Kibana: include config file that doesn't refer to xpack

The default Kibana config file still has an option to enable X-pack, which
is now removed.
This commit is contained in:
2017-09-26 11:53:22 +02:00
parent d02de8e18b
commit fa249d1952
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
server.name: kibana
server.host: "0"
elasticsearch.url: http://elasticsearch:9200
# Hide dev tools
console.enabled: false