Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[metricbeat] move back to docker input and in_cluster for 6.x
Browse files Browse the repository at this point in the history
container input doesn't exist on 6.8 and in_cluster is still documented
  • Loading branch information
jmlrt committed Apr 9, 2020
1 parent 72f704e commit 81ffe66
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions filebeat/examples/6.x/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ imageTag: 6.8.8
extraEnvs:
- name: ELASTICSEARCH_HOSTS
value: six-master:9200

filebeatConfig:
filebeat.yml: |
filebeat.inputs:
- type: docker
containers.ids:
- '*'
processors:
- add_kubernetes_metadata:
in_cluster: true
output.elasticsearch:
host: '${NODE_NAME}'
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch-master:9200}'

0 comments on commit 81ffe66

Please sign in to comment.