The default Kibana config file still has an option to enable X-pack, which is now removed.
9 lines
128 B
YAML
9 lines
128 B
YAML
---
|
|
|
|
server.name: kibana
|
|
server.host: "0"
|
|
elasticsearch.url: http://elasticsearch:9200
|
|
|
|
# Hide dev tools
|
|
console.enabled: false
|