mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Add clarification for server.ssl.supportedProtocols setting Added clarification that the setting has to be an array. With the current wording you can assume that you can just add it as a simple string. * Update settings.asciidoc
This commit is contained in:
parent
cccc3d1f07
commit
9f2c0da95c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ By turning this off, only the layers that are configured here will be included.
|
|||
|
||||
`server.ssl.redirectHttpFromPort:`:: Kibana will bind to this port and redirect all http requests to https over the port configured as `server.port`.
|
||||
|
||||
`server.ssl.supportedProtocols:`:: *Default: TLSv1, TLSv1.1, TLSv1.2* Supported protocols with versions. Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`
|
||||
`server.ssl.supportedProtocols:`:: *Default: TLSv1, TLSv1.1, TLSv1.2* An array of supported protocols with versions. Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`
|
||||
|
||||
`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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue