about summary refs log tree commit diff
path: root/compose/es/kibana.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 17:48:49 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 17:48:49 +0200
commit76173530dcacc33725590a7c6d8862fac5466dc3 (patch)
tree8d87481f094ff0f5c189be7ab95c32e9eb6e8e65 /compose/es/kibana.yml
parentAdded vault.password to gitignore (diff)
Change docker compose dir
Diffstat (limited to 'compose/es/kibana.yml')
-rw-r--r--compose/es/kibana.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/compose/es/kibana.yml b/compose/es/kibana.yml
new file mode 100644
index 0000000..59691ca
--- /dev/null
+++ b/compose/es/kibana.yml
@@ -0,0 +1,5 @@
+server.name: kibana
+server.host: "0"
+elasticsearch.url: http://elasticsearch:9200
+xpack.monitoring.ui.container.elasticsearch.enabled: true
+xpack.monitoring.enabled: true