Merge pull request #1685 from rashidkpc/change/default-index

Change kibana-int to be .kibana, closes #1575
This commit is contained in:
Rashid Khan 2014-10-15 15:05:07 -07:00
commit 7f63c9fef5

View file

@ -9,7 +9,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.