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

Lines changed: 11 additions & 0 deletions
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
Lines changed: 1 addition & 1 deletion
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.
Lines changed: 9 additions & 6 deletions
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"

0 commit comments

Comments
 (0)