diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-27 08:52:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 08:52:53 -0500 |
commit | 641b7c93b1d5ce5388fce66d737704d00a83ec68 (patch) | |
tree | f2ca9d095310807bbd0ebc4e4bb6aa92f2fb6562 /roles | |
parent | 77c7b1c264f6a023a61a0656899bc2121921a03c (diff) | |
parent | f81745d8f0a8ad60cd6ae6b8cd553b318aa5a88b (diff) | |
download | openshift-641b7c93b1d5ce5388fce66d737704d00a83ec68.tar.gz openshift-641b7c93b1d5ce5388fce66d737704d00a83ec68.tar.bz2 openshift-641b7c93b1d5ce5388fce66d737704d00a83ec68.tar.xz openshift-641b7c93b1d5ce5388fce66d737704d00a83ec68.zip |
Merge pull request #3468 from jcantrill/logging_expand_replicas
openshift_logging default to 2 replicas of primary shards
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_logging/templates/elasticsearch.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/templates/elasticsearch.yml.j2 b/roles/openshift_logging/templates/elasticsearch.yml.j2 index 8021a476d..f2d098f10 100644 --- a/roles/openshift_logging/templates/elasticsearch.yml.j2 +++ b/roles/openshift_logging/templates/elasticsearch.yml.j2 @@ -8,7 +8,7 @@ script: index: number_of_shards: 1 number_of_replicas: 0 - auto_expand_replicas: 0-3 + auto_expand_replicas: 0-2 unassigned.node_left.delayed_timeout: 2m translog: flush_threshold_size: 256mb |