Skip to content

Commit

Permalink
Swap defaultAddId with defaultRoute in example config
Browse files Browse the repository at this point in the history
Connected to elastic#6902
  • Loading branch information
matschaffer committed Jan 11, 2019
1 parent 724ad81 commit 34d1e9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
# default to `true` starting in Kibana 7.0.
#server.rewriteBasePath: false

# Specifies the default route when opening Kibana. You can use this setting to modify
# the landing page when opening Kibana.
#server.defaultRoute: /app/kibana

# The maximum payload size in bytes for incoming server requests.
#server.maxPayloadBytes: 1048576

Expand All @@ -36,9 +40,6 @@
# dashboards. Kibana creates a new index if the index doesn't already exist.
#kibana.index: ".kibana"

# The default application to load.
#kibana.defaultAppId: "home"

# If your Elasticsearch is protected with basic authentication, these settings provide
# the username and password that the Kibana server uses to perform maintenance on the Kibana
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
Expand Down

0 comments on commit 34d1e9b

Please sign in to comment.