If ElasticSearch somehow stops indexing, the following may help. `docker-compose exec es curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’`
If ElasticSearch somehow stops indexing, the following may …
Tagged: note to self