18 lines
562 B
YAML
18 lines
562 B
YAML
---
|
|
## Default Kibana configuration from kibana-docker.
|
|
## from https://github.com/elastic/kibana-docker/blob/master/build/kibana/config/kibana.yml
|
|
#
|
|
server.name: kibana
|
|
server.host: "0"
|
|
elasticsearch.url: http://elasticsearch:9200
|
|
|
|
## Disable X-Pack
|
|
## see https://www.elastic.co/guide/en/x-pack/current/xpack-settings.html
|
|
## https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html#xpack-enabling
|
|
#
|
|
xpack.security.enabled: false
|
|
xpack.monitoring.enabled: false
|
|
xpack.ml.enabled: false
|
|
xpack.graph.enabled: false
|
|
xpack.reporting.enabled: false
|