2022-09-09
2022-09-11 本文已影响0人
coderTG
ES分片问题
"Validation Failed: 1: this action would add [2] shards, but this cluster currently has [999]/[1000]
永久扩容
curl -XPUT -H "Content-Type:application/json" http://192.168.8.115:9200/_cluster/settings -d '{ "persistent": { "cluster": { "max_shards_per_node": 5000 } } }'
查询扩容
curl -XGET http://192.168.8.115:9200/_cluster/settings?pretty
![](https://img.haomeiwen.com/i11379314/0eb3a69d408aed01.png)