Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created January 21, 2023 18:40
Show Gist options
  • Save Nav-Appaiya/37893ef633cd5badeaa06f67aedfaf48 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/37893ef633cd5badeaa06f67aedfaf48 to your computer and use it in GitHub Desktop.
Magento 2 - Indexer fails and gives no alive nodes found in your cluster while reindexing data
# 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}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment