Messages stuck in Output Buffer

Problem solved - I ran the below which solved one issue:
curl -X PUT “localhost:9200/_all/_settings” -H ‘Content-Type: application/json’ -d’{ “index.blocks.read_only_allow_delete” : false } }’

Then had to increase the heap size and now we’re working again :slight_smile:

2 Likes