mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Swap defaultAddId with defaultRoute in example config (#28547)
Connected to https://github.com/elastic/kibana/issues/6902
This commit is contained in:
parent
7afd091ecb
commit
87f1befd18
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue