Help Center/
Cloud Search Service/
Troubleshooting/
Functions/
Index Patterns Cannot Be Created for an Elasticsearch Cluster
Updated on 2025-10-11 GMT+08:00
Index Patterns Cannot Be Created for an Elasticsearch Cluster
Symptom
When I click Create index pattern on the Kibana console, nothing happens, so I cannot create an index pattern.
Possible Cause
- Check whether the disk is full, which leads to the read-only state of the .kibana index.
- Check whether there are multiple Kibana indexes.
Solution
Run the following command to delete unnecessary indexes to release disk space:
PUT .kibana/_settings { "index": { "blocks": { "read_only_allow_delete": "null" } } }
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