mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-02-06 12:45:46 +00:00
9 lines
346 B
YAML
9 lines
346 B
YAML
---
|
|
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 |