Unassigned shards and api call error

Hi there,
I'm having some problems with unnasigned shards...
I've got a lot of shards but some replicas arent being assigned and not sure why as others are.

I tried the explain API but I get:

[root@alpha matt]# curl http://192.168.167.50:9200/__cluster/allocation/explain?pretty
{
"error" : {
"root_cause" : [
{
"type" : "index_not_found_exception",
"reason" : "no such index",
"resource.type" : "index_expression",
"resource.id" : "__cluster",
"index_uuid" : "na",
"index" : "__cluster"
}
],
"type" : "index_not_found_exception",
"reason" : "no such index",
"resource.type" : "index_expression",
"resource.id" : "__cluster",
"index_uuid" : "na",
"index" : "__cluster"
},
"status" : 404
}

any ideas as I'm a bit stumped ?

Any help is much appreciated thanks!

solved it... was my bad

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