diff --git a/config/kibana.yml b/config/kibana.yml index 4abaf715f306..495d2030083d 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -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