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

Commit 7520483

Browse files
committed
Add elasticsearch-exporter
1 parent c0d5bbf commit 7520483

7 files changed

+18
-10
lines changed

helm/elastic-logging/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
appVersion: 6.7.1
3-
description: Logging stack with Elasticsearch, fluentd and Kibana -- testing
3+
description: Logging stack with Elasticsearch, fluentd and Kibana
44
name: elastic-logging
5-
version: 0.1.5
5+
version: 0.1.6
Binary file not shown.
Binary file not shown.
Binary file not shown.

helm/elastic-logging/requirements.lock

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ dependencies:
1010
version: 0.1.4
1111
- name: keycloak-gatekeeper
1212
repository: https://giantswarm.github.com/sample-catalog
13-
version: 1.1.1-1
14-
digest: sha256:73c32d3a7ff54f54c28b8b5f98b1183bfc0df055b49ea0025426cfda853bbb61
15-
generated: 2019-04-29T23:12:38.833516362+02:00
13+
version: 1.1.1-2
14+
- name: elasticsearch-exporter
15+
repository: https://giantswarm.github.com/sample-catalog
16+
version: 0.1.0
17+
digest: sha256:95ccd384b9c6c67a061c4ce2b14b31b65a06da6971b7db6e81c10012336b3ff6
18+
generated: 2019-05-29T13:12:34.706457576+02:00

helm/elastic-logging/requirements.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@ dependencies:
22
- name: elasticsearch
33
version: "0.1.7"
44
repository: https://giantswarm.github.com/sample-catalog
5-
# repository: "file://../../../helm-elasticsearch/helm/elasticsearch"
65
condition: elasticsearch.enabled
76

87
- name: fluentd-elasticsearch
98
version: "0.1.3"
109
repository: https://giantswarm.github.com/sample-catalog
11-
# repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch"
1210
condition: fluentd-elasticsearch.enabled
1311

1412
- name: kibana
1513
version: "0.1.4"
1614
repository: https://giantswarm.github.com/sample-catalog
17-
# repository: file://../../../helm-kibana/helm/kibana
1815
condition: kibana.enabled
1916

2017
- name: keycloak-gatekeeper
2118
version: "1.1.1-2"
2219
repository: https://giantswarm.github.com/sample-catalog
23-
# repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
2420
condition: keycloak-gatekeeper.enabled
21+
22+
- name: elasticsearch-exporter
23+
version: "0.1.0"
24+
repository: https://giantswarm.github.com/sample-catalog
25+
condition: elasticsearch-exporter.enabled

helm/elastic-logging/values.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ keycloak-gatekeeper:
1212

1313
fluentd-elasticsearch:
1414
enabled: true
15-
# for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch
15+
# for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch
16+
17+
elasticsearch-exporter:
18+
enabled: true
19+
# for options see https://github.com/helm/charts/tree/master/stable/elasticsearch-exporter

0 commit comments

Comments
 (0)