Skip to content

Commit

Permalink
fix default value for elasticsearch.requestTimeout
Browse files Browse the repository at this point in the history
make the value match the es client default and the joi config value

Fixes #6377
  • Loading branch information
w33ble committed Mar 2, 2016
1 parent 60a0167 commit 139d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

# Time in milliseconds to wait for responses from the back end or elasticsearch.
# This must be > 0
# elasticsearch.requestTimeout: 300000
# elasticsearch.requestTimeout: 30000

# Time in milliseconds for Elasticsearch to wait for responses from shards.
# Set to 0 to disable.
Expand Down

0 comments on commit 139d8ac

Please sign in to comment.