From cb565e1afecd4b30e489592db96619e34c15e044 Mon Sep 17 00:00:00 2001 From: Gabriel Moskovicz Date: Tue, 15 Nov 2016 11:32:23 -0300 Subject: [PATCH 1/2] Added server.defaultRoute --- docs/setup/settings.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index d51aba46f52d7a..bd34ed1400e8bb 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -14,6 +14,7 @@ you'll need to update your `kibana.yml` file. You can also enable SSL and set a to Kibana. This setting cannot end in a slash (`/`). `server.maxPayloadBytes:`:: *Default: 1048576* The maximum payload size in bytes for incoming server requests. `server.name:`:: *Default: "your-hostname"* A human-readable display name that identifies this Kibana instance. +`server.defaultRoute:`:: *Default: "app/kibana"* This setting specifies the default route when opening Kibana. You can use this setting to modify the landing page when opening Kibana. `elasticsearch.url:`:: *Default: "http://localhost:9200"* The URL of the Elasticsearch instance to use for all your queries. `elasticsearch.preserveHost:`:: *Default: true* When this setting’s value is true Kibana uses the hostname specified in From 1de02971d50ac31009a0af8d59be364fe3692034 Mon Sep 17 00:00:00 2001 From: Gabriel Moskovicz Date: Tue, 15 Nov 2016 12:53:52 -0300 Subject: [PATCH 2/2] Update settings.asciidoc --- docs/setup/settings.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index bd34ed1400e8bb..80f98f466d6502 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -14,7 +14,7 @@ you'll need to update your `kibana.yml` file. You can also enable SSL and set a to Kibana. This setting cannot end in a slash (`/`). `server.maxPayloadBytes:`:: *Default: 1048576* The maximum payload size in bytes for incoming server requests. `server.name:`:: *Default: "your-hostname"* A human-readable display name that identifies this Kibana instance. -`server.defaultRoute:`:: *Default: "app/kibana"* This setting specifies the default route when opening Kibana. You can use this setting to modify the landing page when opening Kibana. +`server.defaultRoute:`:: *Default: "/app/kibana"* This setting specifies the default route when opening Kibana. You can use this setting to modify the landing page when opening Kibana. `elasticsearch.url:`:: *Default: "http://localhost:9200"* The URL of the Elasticsearch instance to use for all your queries. `elasticsearch.preserveHost:`:: *Default: true* When this setting’s value is true Kibana uses the hostname specified in