mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Updtes description of elasticsearch.requestHeadersWhitelist (#52675)
This commit is contained in:
parent
2dcb44850a
commit
6e476e845d
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ connects to this Kibana instance.
|
|||
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
|
||||
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
|
||||
headers, set this value to [] (an empty list).
|
||||
Removing the `authorization` header from being whitelisted means that you cannot
|
||||
use <<basic-authentication, basic authentication>> in Kibana.
|
||||
|
||||
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
|
||||
for responses from the back end or Elasticsearch. This value must be a positive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue