Closed StephanMeijer closed 5 years ago
Hi @StephanMeijer,
It looks like your Elasticsearch indexes are in a read-only state. Elasticsearch does this when disk space is low - something like below 85%. https://www.elastic.co/guide/en/elasticsearch/reference/6.4/disk-allocator.html
You can check the status of your indices using the Elasticsearch cat API. This gives you an indication of the health of your indices. They will be yellow if you are low on disk: https://www.elastic.co/guide/en/elasticsearch/reference/6.5/cat-indices.html
If you think this could be the problem please change the disk allocation or give more disk space.
I hope this helps!
Kind regards, Kai
As I suspect it might be indeed disk space, I will close this issue.