Cluster Allocation explain API

Hello. I have some problems with Cluster Allocation Explain API. When I do GET request to /_cluster/allocation/explain URI I get following response:

Blockquote{
"error": {
"root_cause": [
{
"type": "index_not_found_exception",
"reason": "no such index",
"resource.type": "index_expression",
"resource.id": "_cluster",
"index": "_cluster"
}
],
"type": "index_not_found_exception",
"reason": "no such index",
"resource.type": "index_expression",
"resource.id": "_cluster",
"index": "_cluster"
},
"status": 404
}

So, are there any other ways to get unassigned shard's reason? Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.