Failed to Modify the Elasticsearch Cluster Specifications
Symptom
I failed to modify the cluster specifications and an error message is displayed on the console.
Possible Causes
The number of replicas is not set for the current cluster. The background rejects the request for changing the specifications. You need to set the number of replicas before modifying the specifications. Otherwise, shards may be lost.
Solution
PUT /index/_settings { "number_of_replicas" : 1 //Number of replicas }
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot