Skip to content

Instantly share code, notes, and snippets.

@jworl
Created December 27, 2017 19:34
Show Gist options
  • Save jworl/ff0908da19403acd227583190e872d2b to your computer and use it in GitHub Desktop.
Save jworl/ff0908da19403acd227583190e872d2b to your computer and use it in GitHub Desktop.
# set the following cluster settings to prevent rebalancing
curl -XPUT 'localhost:9200/_cluster/settings?pretty' -H 'Content-Type: application/json' -d'
{
"persistent": {
"cluster.routing.allocation.enable": "none"
}
}
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment