mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
commit
322f2d2b4f
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Kibana is served by a backend server. This controls which port to use.
|
||||
port: 5601
|
||||
|
||||
# The Elasticsearch instance to user for all your queries
|
||||
# The Elasticsearch instance to use for all your queries
|
||||
elasticsearch: "http://localhost:9200"
|
||||
|
||||
# Kibana uses and index in Elasticsearch to store saved searches, visualizations
|
||||
# and dashboard. It will create an new index if it doesn't already exist.
|
||||
# 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"
|
||||
|
||||
# Applications loaded and included into Kibana. Use the settings below to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue