Index READONLY

I am having a weird issue where my index keeps going into a readonly status. I understand that when the disk space is low, the index does this as a safety measure. The disk was getting full up to a certain point and then we cleared a lot of things and now it has more than 1.8TB of free space, the index is still doing this! Any ideas why?

image

try this..

curl -XPUT -H "Content-Type: application/json"
https://[YOUR_ELASTICSEARCH_ENDPOINT]:9200/_all/_settings -d
'{"index.blocks.read_only_allow_delete": null}'

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.