Change kibana-int to be .kibana, closes #1575

This commit is contained in:
Rashid Khan 2014-10-15 13:33:29 -07:00
parent 1c8df7572e
commit d461ab94ca

View file

@ -6,7 +6,7 @@ elasticsearch: "http://localhost:9200"
# Kibana uses an index in Elasticsearch to store saved searches, visualizations
# and dashboards. It will create an new index if it doesn't already exist.
kibanaIndex: "kibana-int"
kibanaIndex: ".kibana"
# Applications loaded and included into Kibana. Use the settings below to
# customize the applications and thier names.