Help Center/ Cloud Search Service/ Troubleshooting/ Clusters/ An Alarm Is Displayed When I Access Cerebro Through a Single-Node Cluster
Updated on 2026-07-30 GMT+08:00
An Alarm Is Displayed When I Access Cerebro Through a Single-Node Cluster
Possible Causes
By default, indexes in single-node clusters have copies that cannot deliver requests.
Solution
On the Dev Tools page of Kibana, run the following commands to change the number of index copies to 0:
PUT _all/_settings
{
"index": {
"number_of_replicas": 0
}
} Parent topic: Clusters
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank 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