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

Commit 3b7ff79

Browse files
authored
Merge pull request #56 from giantswarm/new_version
Updated ELK Stack
2 parents 65dc160 + 5f863a4 commit 3b7ff79

12 files changed

+35
-12
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.2.0
2+
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)
3+
4+
Added curator with 3 days history
5+
6+
The following namespaces are ommited for logging:
7+
- default
8+
- giantswarm
9+
- kube-node-lease
10+
- kube-public
11+
- kube-system
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 6.7.1
2+
appVersion: 7.4.0
33
description: Logging stack with Elasticsearch, fluentd and Kibana
44
name: kubernetes-elastic-stack-elastic-logging
55
version: [[ .Version ]]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
dependencies:
22
- name: elasticsearch
33
repository: https://giantswarm.github.com/sample-catalog
4-
version: 0.1.7
4+
version: 0.2.1
55
- name: fluentd-elasticsearch
66
repository: https://giantswarm.github.com/sample-catalog
7-
version: 0.1.3
7+
version: 0.2.2
88
- name: kibana
99
repository: https://giantswarm.github.com/sample-catalog
10-
version: 0.1.4
10+
version: 0.2.0
1111
- name: keycloak-gatekeeper
1212
repository: https://giantswarm.github.com/sample-catalog
13-
version: 1.1.1-2
13+
version: 1.1.1-3
1414
- name: elasticsearch-exporter
1515
repository: https://giantswarm.github.com/sample-catalog
1616
version: 0.1.0
17-
digest: sha256:95ccd384b9c6c67a061c4ce2b14b31b65a06da6971b7db6e81c10012336b3ff6
18-
generated: 2019-05-29T13:12:34.706457576+02:00
17+
- name: elasticsearch-curator
18+
repository: https://giantswarm.github.com/sample-catalog
19+
version: 2.0.3
20+
digest: sha256:3a31cae9f2a08373b5f0b794393503186cbbeddc709453052cfb7778df23409d
21+
generated: "2019-10-14T12:28:45.605097747+02:00"
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
dependencies:
22
- name: elasticsearch
3-
version: "0.1.8"
3+
version: "0.2.1"
44
repository: https://giantswarm.github.com/sample-catalog
55
condition: elasticsearch.enabled
66

77
- name: fluentd-elasticsearch
8-
version: "0.1.4"
8+
version: "0.2.2"
99
repository: https://giantswarm.github.com/sample-catalog
1010
condition: fluentd-elasticsearch.enabled
1111

1212
- name: kibana
13-
version: "0.1.4"
13+
version: "0.2.0"
1414
repository: https://giantswarm.github.com/sample-catalog
1515
condition: kibana.enabled
1616

@@ -22,4 +22,9 @@ dependencies:
2222
- name: elasticsearch-exporter
2323
version: "0.1.0"
2424
repository: https://giantswarm.github.com/sample-catalog
25-
condition: elasticsearch-exporter.enabled
25+
condition: elasticsearch-exporter.enabled
26+
27+
- name: elasticsearch-curator
28+
version: "2.0.3"
29+
repository: https://giantswarm.github.com/sample-catalog
30+
condition: elasticsearch-curator.enabled

helm/kubernetes-elastic-stack-elastic-logging/values.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kibana:
77
# for options see https://github.com/giantswarm/helm-kibana
88

99
keycloak-gatekeeper:
10-
enabled: true
10+
enabled: false
1111
# for options see https://github.com/giantswarm/helm-keycloak-gatekeeper
1212

1313
fluentd-elasticsearch:
@@ -17,3 +17,7 @@ fluentd-elasticsearch:
1717
elasticsearch-exporter:
1818
enabled: true
1919
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter
20+
21+
elasticsearch-curator:
22+
enabled: true
23+
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter

0 commit comments

Comments
 (0)