# obvisously your elastic is crashing on indexation, so allow it some more space to do the indexing with this curl call: curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'