but this cluster currently has 8000/8000 maxinum shards open:es shard满
集群的shards达到上限了么,要怎么处理。
PUT /_cluster/settings
{
"persistent": {
"cluster.max_shards_per_node": 2000
}
}
集群的shards达到上限了么,要怎么处理。
PUT /_cluster/settings
{
"persistent": {
"cluster.max_shards_per_node": 2000
}
}