Answers for "this action would add [1] shards, but this cluster currently has []/[] maximum normal shards open;"

0

this action would add [1] shards, but this cluster currently has

curl -X PUT localhost:9200/_cluster/settings -H "Content-Type: application/json" -d '{ "persistent": { "cluster.max_shards_per_node": "3000" } }'
Posted by: Guest on January-01-1970

Code answers related to "this action would add [1] shards, but this cluster currently has []/[] maximum normal shards open;"

Browse Popular Code Answers by Language