Incorrect default elasticsearch.requestTimeout

Documentation says it's 300,000 ms, which is 5 minutes.
The default is actually 30 seconds, or 30,000 ms.
This commit is contained in:
awochna 2016-05-10 10:29:04 -07:00 committed by Alex Wynter
parent 80ad93c9ab
commit 7ac9f93a21

View file

@ -27,7 +27,7 @@ authority for your Elasticsearch instance.
to `false`.
`elasticsearch.pingTimeout:`:: *Default: the value of the `elasticsearch.requestTimeout` setting* Time in milliseconds to
wait for Elasticsearch to respond to pings.
`elasticsearch.requestTimeout:`:: *Default: 300000* Time in milliseconds to wait for responses from the back end or
`elasticsearch.requestTimeout:`:: *Default: 30000* 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 [] (an empty list).