Skip to content

Instantly share code, notes, and snippets.

@budnik
Created September 8, 2014 06:43
Show Gist options
  • Save budnik/f87d695d4d2a333c6d52 to your computer and use it in GitHub Desktop.
Save budnik/f87d695d4d2a333c6d52 to your computer and use it in GitHub Desktop.
curl -XPUT localhost:9200/_cluster/settings -d '{
persistent: {
index.routing.allocation.exclude.tag: "hdd"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment