Help Center/
Cloud Search Service/
User Guide (Paris and Amsterdam Regions)/
FAQs/
Resource Usage and Change/
How Do I Configure a Two-Replica CSS Cluster?
Updated on 2023-06-20 GMT+08:00
How Do I Configure a Two-Replica CSS Cluster?
- Run GET _cat/indices?v in Kibana to check the number of cluster replicas. If the value of rep is 1, the cluster has two replicas.
- If the value of rep is not 1, run the following command to set the number of replicas:
PUT /index/_settings
{
"number_of_replicas" : 1 //Number of replicas
}
index specifies the index name. Set this parameter based on site requirements.
Parent topic: Resource Usage and Change
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