icingabeat/icingabeat.docker.yml

9 lines
219 B
YAML
Raw Permalink Normal View History

2019-08-15 14:08:08 +02:00
processors:
- add_cloud_metadata: ~
2020-02-26 15:14:18 +01:00
- add_docker_metadata: ~
2019-08-15 14:08:08 +02:00
output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
username: '${ELASTICSEARCH_USERNAME:}'
password: '${ELASTICSEARCH_PASSWORD:}'