-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
AT:
- Given:
- ElasticSearch exceeded the low disk watermark
- When:
- I want to store new data to Elasticsearch (e.g. create a new report/dashboard) using the REST API
- Then:
- I get an 500 error like the following:
{ "errorMessage": "blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];" }
- I get an 500 error like the following:
- Expected:
- I get an 500 error
- The error message says that ElasticSearch exceeded the allocated disk watermark, which means that there is not enough storage left and Elasticsearch is preventing Optimize to store more data and one might need to contact the administrator to fix this.