-
Notifications
You must be signed in to change notification settings - Fork 0
/
kibana.yml
22 lines (17 loc) · 1.11 KB
/
kibana.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# For use with Docker Compose
# Make sure Kibana can read this file, e.g. by making it readable to everyone with chmod o+r kibana.yml
# Uncomment to enable anonymous access to the Kibana dashboards.
# Ideally, this should be supplied using environment variables in docker-compose.yml,
# but until we figure out how to pass an object like this, this YAML file will have to do.
# xpack.security.authc.providers:
# anonymous.anonymous1:
# order: 0
# credentials:
# username: ${ELASTIC_USERNAME}
# password: ${ELASTIC_PASSWORD}
# Default Kibana configuration for docker target
server.host: "0.0.0.0"
server.shutdownTimeout: "5s"
monitoring.ui.container.elasticsearch.enabled: true
# fix for reporting exports - Found 'server.host: "0.0.0.0"' in Kibana configuration. Reporting is not able to use this as the Kibana server hostname. To enable PNG/PDF Reporting to work, 'xpack.reporting.kibanaServer.hostname: localhost' is automatically set in the configuration. You can prevent this message by adding 'xpack.reporting.kibanaServer.hostname: localhost' in kibana.yml.
xpack.reporting.kibanaServer.hostname: localhost