[docs] Add console.enabled to server settings. Closes #9031

This commit is contained in:
Jonathan Budzenski 2016-11-10 14:24:08 -06:00
parent 62368435ed
commit a5e85ccbc7
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -63,3 +63,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.