Hi All,
My issue is 'Cluster status is red' when checked the 'cluster health' API.When i check the indices with unassigned (....../_cat/indices | grep Unassigned).IT shows .kibana both p,r shards are unassigned.
I did all the
PUT /_settings
{
"index": {
"number_of_replicas" : 0
}
}... and more but no trick worked.
Could you please suggest i would i get the status to "green" and Unassigned shard to "assigned".
I am working on AWS Production.
Thanks,
Jagdish