Indices blocked

Thanks.

curl -XPUT -H “Content-Type: application/json” https://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’

after clearing the disk, this command allowed me to unlock the indices.

2 Likes