Ver Fonte

Merge pull request #3468 from jcantrill/logging_expand_replicas

openshift_logging default to 2 replicas of primary shards
Scott Dodson há 8 anos atrás
pai
commit
641b7c93b1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      roles/openshift_logging/templates/elasticsearch.yml.j2

+ 1 - 1
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