Updating documentation

This commit is contained in:
Shaunak Kashyap 2016-04-15 12:23:43 -07:00
parent c5ce30f81c
commit 304511715e
No known key found for this signature in database
GPG key ID: 0512E188DDE4FF2A
3 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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' ]`