码迷,mamicode.com
首页 > 其他好文 > 详细

修改es 副本数 replicas

时间:2020-05-15 20:15:33      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:number   cas   execution   exec   ber   nbsp   http   url   code   

 

 

可以用 update-index-settings API 动态修改副本数:

PUT /my_temp_index/_settings
{
    "number_of_replicas": 1
}

 

 

curl -XPUT http://192.168.0.200:9200/index_execution_20200414/_settings -d ‘{"number_of_replicas":1}‘

 

 

curl -XPUT http://192.168.0.200:9200/index_execution_20200414/_settings -d ‘{"number_of_replicas":0}‘

修改es 副本数 replicas

标签:number   cas   execution   exec   ber   nbsp   http   url   code   

原文地址:https://www.cnblogs.com/xiaohanlin/p/12896491.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!