Changing kibanaIndex and defaultAppId to their respective snake_case

This commit is contained in:
Chris Cowan 2014-12-01 15:18:01 -07:00
parent c11013ea91
commit 3a2a252155

View file

@ -9,10 +9,10 @@ elasticsearch: "http://localhost:9200"
# Kibana uses an index in Elasticsearch to store saved searches, visualizations
# and dashboards. It will create a new index if it doesn't already exist.
kibanaIndex: ".kibana"
kibana_index: ".kibana"
# The default application to load.
defaultAppId: "discover"
default_app_id: "discover"
# Time in seconds to wait for responses from the back end or elasticsearch.
# Note this should always be higher than "shard_timeout".