We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sometimes on a fresh install you'll run into this when trying to seed the database, in which case you need to run the following. src
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'