手动设置Elasticsearch副本
设置已有索引副本
 
 
设置已有模板副本

 
 
{
  "index": {
    "number_of_shards": "3",
    "number_of_replicas": "1"
  }
}
之后--->next--->next--->next 
本文来自博客园,作者:舒然,转载请注明原文链接:https://www.cnblogs.com/Jeffrey1172417122/p/15841918.html
设置已有索引副本
 
 
设置已有模板副本

 
 
{
  "index": {
    "number_of_shards": "3",
    "number_of_replicas": "1"
  }
}
之后--->next--->next--->next 
本文来自博客园,作者:舒然,转载请注明原文链接:https://www.cnblogs.com/Jeffrey1172417122/p/15841918.html
