Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #56 from giantswarm/new_version
Browse files Browse the repository at this point in the history
Updated ELK Stack
  • Loading branch information
paurosello authored Oct 15, 2019
2 parents 65dc160 + 5f863a4 commit 3b7ff79
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v0.2.0
Upgraded all elastic components to 7.4.0 [Release Notes](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/release-notes-7.4.0.html)

Added curator with 3 days history

The following namespaces are ommited for logging:
- default
- giantswarm
- kube-node-lease
- kube-public
- kube-system
2 changes: 1 addition & 1 deletion helm/kubernetes-elastic-stack-elastic-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 6.7.1
appVersion: 7.4.0
description: Logging stack with Elasticsearch, fluentd and Kibana
name: kubernetes-elastic-stack-elastic-logging
version: [[ .Version ]]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 9 additions & 6 deletions helm/kubernetes-elastic-stack-elastic-logging/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
dependencies:
- name: elasticsearch
repository: https://giantswarm.github.com/sample-catalog
version: 0.1.7
version: 0.2.1
- name: fluentd-elasticsearch
repository: https://giantswarm.github.com/sample-catalog
version: 0.1.3
version: 0.2.2
- name: kibana
repository: https://giantswarm.github.com/sample-catalog
version: 0.1.4
version: 0.2.0
- name: keycloak-gatekeeper
repository: https://giantswarm.github.com/sample-catalog
version: 1.1.1-2
version: 1.1.1-3
- name: elasticsearch-exporter
repository: https://giantswarm.github.com/sample-catalog
version: 0.1.0
digest: sha256:95ccd384b9c6c67a061c4ce2b14b31b65a06da6971b7db6e81c10012336b3ff6
generated: 2019-05-29T13:12:34.706457576+02:00
- name: elasticsearch-curator
repository: https://giantswarm.github.com/sample-catalog
version: 2.0.3
digest: sha256:3a31cae9f2a08373b5f0b794393503186cbbeddc709453052cfb7778df23409d
generated: "2019-10-14T12:28:45.605097747+02:00"
13 changes: 9 additions & 4 deletions helm/kubernetes-elastic-stack-elastic-logging/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: elasticsearch
version: "0.1.8"
version: "0.2.1"
repository: https://giantswarm.github.com/sample-catalog
condition: elasticsearch.enabled

- name: fluentd-elasticsearch
version: "0.1.4"
version: "0.2.2"
repository: https://giantswarm.github.com/sample-catalog
condition: fluentd-elasticsearch.enabled

- name: kibana
version: "0.1.4"
version: "0.2.0"
repository: https://giantswarm.github.com/sample-catalog
condition: kibana.enabled

Expand All @@ -22,4 +22,9 @@ dependencies:
- name: elasticsearch-exporter
version: "0.1.0"
repository: https://giantswarm.github.com/sample-catalog
condition: elasticsearch-exporter.enabled
condition: elasticsearch-exporter.enabled

- name: elasticsearch-curator
version: "2.0.3"
repository: https://giantswarm.github.com/sample-catalog
condition: elasticsearch-curator.enabled
6 changes: 5 additions & 1 deletion helm/kubernetes-elastic-stack-elastic-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kibana:
# for options see https://github.com/giantswarm/helm-kibana

keycloak-gatekeeper:
enabled: true
enabled: false
# for options see https://github.com/giantswarm/helm-keycloak-gatekeeper

fluentd-elasticsearch:
Expand All @@ -17,3 +17,7 @@ fluentd-elasticsearch:
elasticsearch-exporter:
enabled: true
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter

elasticsearch-curator:
enabled: true
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter

0 comments on commit 3b7ff79

Please sign in to comment.