mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updating documentation
This commit is contained in:
parent
c5ce30f81c
commit
304511715e
3 changed files with 5 additions and 4 deletions
|
@ -62,8 +62,8 @@
|
|||
# elasticsearch.requestTimeout: 30000
|
||||
|
||||
# List of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
|
||||
# headers, set this value to null, not []. Setting it to [] will send the default list
|
||||
# of headers.
|
||||
# headers, set this value to nothing/blank (i.e. elasticsearch.requestHeadersWhitelist: )
|
||||
# or the empty list (i.e. elasticsearch.requestHeadersWhitelist: [])
|
||||
# elasticsearch.requestHeadersWhitelist: [ authorization ]
|
||||
|
||||
# Time in milliseconds for Elasticsearch to wait for responses from shards. Set to 0 to disable.
|
||||
|
|
|
@ -30,7 +30,8 @@ wait for Elasticsearch to respond to pings.
|
|||
`elasticsearch.requestTimeout:`:: *Default: 300000* Time in milliseconds to wait for responses from the back end or
|
||||
Elasticsearch. This value must be a positive integer.
|
||||
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List of Kibana client-side headers to send to Elasticsearch.
|
||||
To send *no* client-side headers, set this value to null, not []. Setting it to [] will send the default list of headers.
|
||||
To send *no* client-side headers, set this value to nothing/blank (i.e. elasticsearch.requestHeadersWhitelist: ) or the empty list
|
||||
(i.e. elasticsearch.requestHeadersWhitelist: []).
|
||||
`elasticsearch.shardTimeout:`:: *Default: 0* Time in milliseconds for Elasticsearch to wait for responses from shards. Set
|
||||
to 0 to disable.
|
||||
`elasticsearch.startupTimeout:`:: *Default: 5000* Time in milliseconds to wait for Elasticsearch at Kibana startup before
|
||||
|
|
|
@ -376,7 +376,7 @@ deprecated[4.2, The names of several Kibana server properties changed in the 4.2
|
|||
+
|
||||
*default*: `500000`
|
||||
|
||||
`elasticsearch.requestHeadersWhitelist:` added[5.0]:: List of Kibana client-side headers to send to Elasticsearch. To send *no* client-side headers, set this value to null, not []. Setting it to [] will send the default list of headers.
|
||||
`elasticsearch.requestHeadersWhitelist:` added[5.0]:: List of Kibana client-side headers to send to Elasticsearch. To send *no* client-side headers, set this value to nothing/blank (i.e. elasticsearch.requestHeadersWhitelist: ) or the empty list (i.e. elasticsearch.requestHeadersWhitelist: []).
|
||||
+
|
||||
*default*: `[ 'authorization' ]`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue