Help Center/
Cloud Search Service/
Troubleshooting/
Functions/
A Node in an Elasticsearch Cluster Has No Shards Allocated
Updated on 2024-08-27 GMT+08:00
A Node in an Elasticsearch Cluster Has No Shards Allocated
Solution
- Run the GET _cluster/allocation/explain?pretty command to view the unallocated shards.
- On the console, choose allocation.enable in the upper left corner, and change none to all.
- If no cerebro is displayed, run the following command:
curl -X PUT "http://Intranet_IP:9200/_cluster/settings" -H 'Content-Type: application/json' -d'{"persistent":{"cluster.routing.allocation.enable": "all"}}'
Parent topic: Functions
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot