Skip to content

Instantly share code, notes, and snippets.

@gqlxj1987
Created April 15, 2016 03:46
Show Gist options
  • Save gqlxj1987/0594f808bc26f11cd101c625912be884 to your computer and use it in GitHub Desktop.
Save gqlxj1987/0594f808bc26f11cd101c625912be884 to your computer and use it in GitHub Desktop.
curl -XPOST 'localhost:9200/_cluster/reroute?explain&pretty' -d '{
"commands" : [
{
"cancel" : {
"index" : "decide", "shard" : 0, "node": "IvpoKRdtRiGrQ_WKtt4_4w"
}
},
{
"move" : {
"index" : "decide", "shard" : 0,
"from_node" : "IvpoKRdtRiGrQ_WKtt4_4w", "to_node" : "IvpoKRdtRiGrQ_WKtt4_4w"
}
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment