ES Has Become Readonly

ES Has Become Readonly

Ques - ES has become readonly and unable to index any data. How to resolve this?

 

curl -X PUT "http://localhost:9200/_all/_settings?pretty" -H 'Content-Type: application/json' -d'
{
"index.blocks.read_only_allow_delete": null
}
'



    • Related Articles

    • How do I stop ES replication in my setup?

      Question: ES is be default to replicate data being received for high availability. Though this makes sure that we have all the data available even if one of the analyser node goes down but it also slows down the overall indexing. In some places, we ...
    • unable to read data from ES having nested fields 505

       Solution Document ICICI || unable to read data from ES having nested fields   Overview General/Customer specific General Author Tejaswi Botla Reviewer NA Approver  NA  Release date 18/08/2022 Product Version 8.5r5 Audience: ...
    • Duplicate documents are reflecting for snmp data in ES - 536

                   Solution Document  Duplicate documents in Elasticsearch   Overview General/Customer specific General Author Rukmini Reviewer Aman,Siva Approver   Release date 03/08/2022 Product Version 9.1r3 ...
    • Ticket ID 1194 : Getting request to ES failed on multiple dashboards

      Solution Document [1194] Getting request to ES failed on multiple dashboards Overview General/Customer specific General Author Yash Gawhad Reviewer NA Approver NA Release date 03/11/2023 Product Version 9.5r0 Audience: ...
    • How do we find the disk usage for each ES Node in a cluster

      Question: Is there a command that provides the disk usage by ES for each node in a cluster? Also, how much is actual data size because we may be replicating it for High Availability? Answer: ​​Run below command from any of the analyzer where ...