[docs] Add console.enabled to server settings (#9085)

Backports PR #9036

**Commit 1:**
[docs] Add console.enabled to server settings.  Closes #9031

* Original sha: a5e85ccbc7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-11-10T20:24:08Z
This commit is contained in:
jasper 2016-11-15 15:32:44 -05:00 committed by Court Ewing
parent c190e58763
commit f522641f28

View file

@ -64,3 +64,4 @@ information and all requests.
The minimum value is 100.
`status.allowAnonymous`:: *Default: false* If authentication is enabled, setting this to `true` allows
unauthenticated users to access the Kibana server status API and status page.
`console.enabled`:: *Default: true* Set to false to disable Console. Toggling this will cause the server to regenerate assets on the next startup, which may cause a delay before pages start being served.