Hi,
I am having a 3 Node cluster (2 Data nodes and 3 Master Eligible) with minimum_master_nodes : 2
. I have all defaults for shards and Replicas (5 and 1 respectively). But my cluster health is always showing YELLOW.
For testing the production maintenance scenarios, i was making 1 node down at a time. Following were the scenarios:
When i make the 1st Data Node Down, the cluster health turns RED
When i bring back the 1st Data Node back, the cluster health turns YELLOW.
When i make the 2nd Data Node Down, the cluster health turns YELLOW
When i make the 3rd Master Node Down, the cluster health turns YELLOW.
There is no scenario where my Cluster health is GREEN.
Is there any issue with my configuration? Please advice
Attaching the Cluster health of indices
{
"cluster_name": "production",
"status": "yellow",
"timed_out": false,
"number_of_nodes": 3,
"number_of_data_nodes": 2,
"active_primary_shards": 6,
"active_shards": 9,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 3,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 0,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 0,
"active_shards_percent_as_number": 75,
"indices": {
".kibana": {
"status": "yellow",
"number_of_shards": 1,
"number_of_replicas": 1,
"active_primary_shards": 1,
"active_shards": 1,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 1
},
"logindex-2016.08.30": {
"status": "yellow",
"number_of_shards": 5,
"number_of_replicas": 1,
"active_primary_shards": 5,
"active_shards": 8,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 2
}
}
}
Thanks,
RK