mirror of
https://github.com/ivuorinen/docker-elk.git
synced 2026-01-26 03:34:01 +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 |