Help Center/ Cloud Search Service/ Troubleshooting/ Functions/ Failed to Modify the Elasticsearch Cluster Specifications
Updated on 2026-07-30 GMT+08:00

Failed to Modify the Elasticsearch Cluster Specifications

Symptom

I failed to modify the cluster specifications and an error message is displayed on the console.

Figure 1 CSS.0073 error

Figure 2 CSS.0011 error

Possible Causes

The current index replica count is 0, and the backend has intercepted the specification change request. You need to set the replica count first before performing the specification change operation. Otherwise, there is a risk of shard loss.

Solution

Run the following commands to set backup parameters:
PUT /index/_settings
{
    "number_of_replicas" : 1 //Number of replicas
}