Skip to content

Commit

Permalink
Added server.defaultRoute (#9080)
Browse files Browse the repository at this point in the history
Backports PR #9075

**Commit 1:**
Added server.defaultRoute

* Original sha: cb565e1
* Authored by Gabriel Moskovicz <gmoskovicz@gmail.com> on 2016-11-15T14:32:23Z
* Committed by GitHub <noreply@github.com> on 2016-11-15T14:32:23Z

**Commit 2:**
Update settings.asciidoc

* Original sha: 1de0297
* Authored by Gabriel Moskovicz <gmoskovicz@gmail.com> on 2016-11-15T15:53:52Z
* Committed by GitHub <noreply@github.com> on 2016-11-15T15:53:52Z
  • Loading branch information
elastic-jasper authored and epixa committed Nov 15, 2016
1 parent 4c47a06 commit 5862070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5862070

Please sign in to comment.