Help Center/
Cloud Search Service/
Troubleshooting/
Functions/
Failed to Create a Pattern in an Elasticsearch Cluster
Updated on 2024-08-27 GMT+08:00
Failed to Create a Pattern in an Elasticsearch Cluster
Symptom
When I create a pattern, the system does not respond and the pattern cannot be created.
Possible Cause
- Check whether the disk is full and whether the Kibana index is read-only.
- 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