Error Message "Forbidden" Is Displayed When I Delete an Index Pattern
Symptom
When I delete an index pattern on Kibana, the error message "Forbidden" is displayed.
Possible Causes
The previously created index pattern cannot be deleted because the Kibana indexes are read-only. If the disk usage exceeds a certain threshold, indexes will be automatically changed to read-only.
Solution
On the Dev Tools page of Kibana, run the following command to cancel the read-only state of the indexes:
PUT .kibana*/_settings { "index.blocks.read_only_allow_delete":null }
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.
For any further questions, feel free to contact us through the chatbot.
Chatbot