Skip to content

Commit

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

* Update settings.asciidoc
  • Loading branch information
gmoskovicz authored and epixa committed Nov 15, 2016
1 parent 26c53e8 commit cfd81a3
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 cfd81a3

Please sign in to comment.