From 87f1befd18c53f3776f200764b3155ad5f147fe5 Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Fri, 8 Mar 2019 14:38:31 +0900 Subject: [PATCH] Swap defaultAddId with defaultRoute in example config (#28547) Connected to https://github.com/elastic/kibana/issues/6902 --- config/kibana.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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