mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-03-07 12:57:37 +00:00
Initial commit
This commit is contained in:
9
logstash/config/logstash.yml
Normal file
9
logstash/config/logstash.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
http.host: "0.0.0.0"
|
||||
|
||||
## X-Pack security credentials
|
||||
xpack.monitoring.elasticsearch.hosts: ${ELASTICSEARCH_HOST_PORT}
|
||||
xpack.monitoring.enabled: true
|
||||
xpack.monitoring.elasticsearch.username: ${ELASTIC_USERNAME}
|
||||
xpack.monitoring.elasticsearch.password: ${ELASTIC_PASSWORD}
|
||||
xpack.monitoring.elasticsearch.ssl.certificate_authority: /certs/ca.crt
|
||||
Reference in New Issue
Block a user