浏览代码

Merge pull request #3468 from jcantrill/logging_expand_replicas

openshift_logging default to 2 replicas of primary shards
Scott Dodson 8 年之前
父节点
当前提交
641b7c93b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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