Set indices.breaker.fielddata.limit to 70% on ES

We had to bump indices.breaker.fielddata.limit to 70% against the
running cluster in order for the elastic-recheck queries to run without
erroring due to not enough memory for the @timestamp field. Add this to
the config so that it persists across cluster installs.

Change-Id: Ia2f9c2ffff166bf3cc8f32c90b230249b3392406
Depends-On: I46c0cb5157aae40a0029ff1b425ecc663d171768
This commit is contained in:
Clark Boylan 2015-11-13 12:08:14 -08:00
parent 723a574ef8
commit 285e90e16d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class openstack_project::elasticsearch_node (
'index.store.compress.stored' => true,
'index.store.compress.tv' => true,
'indices.memory.index_buffer_size' => '33%',
'indices.breaker.fielddata.limit' => '70%',
'bootstrap.mlockall' => true,
'gateway.recover_after_nodes' => '5',
'gateway.recover_after_time' => '5m',