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:
8
docker/elastic/kibana.yml
Normal file
8
docker/elastic/kibana.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
server.name: kibana
|
||||
server.host: "0"
|
||||
elasticsearch.url: http://elasticsearch:9200
|
||||
|
||||
# Hide dev tools
|
||||
console.enabled: false
|
Reference in New Issue
Block a user