Skip to content

Commit

Permalink
Backport PR #7212
Browse files Browse the repository at this point in the history
---------

**Commit 1:**
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.

* Original sha: 7ac9f93
* Authored by awochna <awynter@tidyfoxdev.com> on 2016-05-10T17:29:04Z
* Committed by Alex Wynter <awochna@email.arizona.edu> on 2016-05-16T16:44:41Z
  • Loading branch information
jbudz committed May 27, 2016
1 parent b0da370 commit 4147207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kibana-yml.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.shardTimeout:`:: *Default: 0* Time in milliseconds for Elasticsearch to wait for responses from shards. Set
to 0 to disable.
Expand Down

0 comments on commit 4147207

Please sign in to comment.