Wazuh - rezolve "this cluster currently has [1000]/[1000] maximum shards open" error
On Wazuh node run the following command to increase max_shards_per_node to 2000 shards:
curl -X PUT --insecure -u admin:your_password https://localhost:9200/_cluster/settings -H "Content-Type: application /json" -d '{ "persistent": { "cluster.max_shards_per_node": "2000" } }'
Comentarii
Trimiteți un comentariu