mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
|
---
|
||
|
## Default Logstash configuration from Logstash base image.
|
||
|
## https://github.com/elastic/logstash/blob/master/docker/data/logstash/config/logstash-full.yml
|
||
|
#
|
||
|
http.host: "0.0.0.0"
|
||
|
xpack.monitoring.elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
||
|
|
||
|
## X-Pack security credentials
|
||
|
#
|
||
|
xpack.monitoring.enabled: true
|
||
|
xpack.monitoring.elasticsearch.username: elastic
|
||
|
xpack.monitoring.elasticsearch.password: changeme
|