Skip to content

Instantly share code, notes, and snippets.

@hillar
Created May 12, 2016 07:15
Show Gist options
  • Save hillar/8ea6ad29f0e66dcb978a70f8591e1058 to your computer and use it in GitHub Desktop.
Save hillar/8ea6ad29f0e66dcb978a70f8591e1058 to your computer and use it in GitHub Desktop.
elasticsearch unassigned shard
curl -XPOST '10.242.11.3:9200/_cluster/reroute' -d '{
"commands" : [
{
"allocate" : {
"index" : "sessions-160420h14", "shard" : 1, "node" : "es-1-data2-c"
}
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment