GET _cluster/allocation/explain?pretty
GET _cluster/health?level=shards
GET _cat/shards|grep UNASSIGNED
POST /_cluster/reroute?retry_failed=true
POST /_cluster/reroute
{
"commands": [
{
"allocate_empty_primary": {
"index": "analysis.crosslane.hist-20210421",
"shard": 1,
"node": "node-1",
"accept_data_loss":true
}
}
]
}