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

Commit

Permalink
Add elasticsearch-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
webwurst committed May 29, 2019
1 parent c0d5bbf commit 7520483
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions helm/elastic-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 6.7.1
description: Logging stack with Elasticsearch, fluentd and Kibana -- testing
description: Logging stack with Elasticsearch, fluentd and Kibana
name: elastic-logging
version: 0.1.5
version: 0.1.6
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 6 additions & 3 deletions helm/elastic-logging/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dependencies:
version: 0.1.4
- name: keycloak-gatekeeper
repository: https://giantswarm.github.com/sample-catalog
version: 1.1.1-1
digest: sha256:73c32d3a7ff54f54c28b8b5f98b1183bfc0df055b49ea0025426cfda853bbb61
generated: 2019-04-29T23:12:38.833516362+02:00
version: 1.1.1-2
- 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
9 changes: 5 additions & 4 deletions helm/elastic-logging/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@ dependencies:
- name: elasticsearch
version: "0.1.7"
repository: https://giantswarm.github.com/sample-catalog
# repository: "file://../../../helm-elasticsearch/helm/elasticsearch"
condition: elasticsearch.enabled

- name: fluentd-elasticsearch
version: "0.1.3"
repository: https://giantswarm.github.com/sample-catalog
# repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch"
condition: fluentd-elasticsearch.enabled

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

- name: keycloak-gatekeeper
version: "1.1.1-2"
repository: https://giantswarm.github.com/sample-catalog
# repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
condition: keycloak-gatekeeper.enabled

- name: elasticsearch-exporter
version: "0.1.0"
repository: https://giantswarm.github.com/sample-catalog
condition: elasticsearch-exporter.enabled
6 changes: 5 additions & 1 deletion helm/elastic-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ keycloak-gatekeeper:

fluentd-elasticsearch:
enabled: true
# for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch
# for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch

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

0 comments on commit 7520483

Please # to comment.