Hi
Using the console I am getting the below -
{
"cluster_name" : "elastic-prod",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 10,
"number_of_data_nodes" : 6,
"active_primary_shards" : 1264,
"active_shards" : 2528,
"relocating_shards" : 1,
"initializing_shards" : 0,
"unassigned_shards" : 0,
"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" : 100.0
}
However in the monitoring section of Kibana it is showing as yellow with 1264 shards and only 947 replica shards.
The allocation on the nodes via api is showed as this -
shards disk.indices disk.used disk.avail disk.total disk.percent host ip node
442 247.9gb 266.3gb 27.5gb 293.8gb 90 172.16.10.134 172.16.10.134 sys-elastic-data-5
442 245.4gb 265.6gb 28.2gb 293.8gb 90 172.16.10.133 172.16.10.133 sys-elastic-data-4
401 294gb 323.9gb 215.9gb 539.8gb 60 172.16.10.123 172.16.10.123 sys-elastic-data-2
400 283.5gb 314gb 221.9gb 536gb 58 172.16.10.122 172.16.10.122 sys-elastic-data-1
401 303.9gb 334.1gb 204.7gb 538.9gb 61 172.16.10.126 172.16.10.126 sys-elastic-data-3
442 253.1gb 272.4gb 21.3gb 293.8gb 92 172.16.10.135 172.16.10.135 sys-elastic-data-6
However on the dashboard monitoring sys-elastic-data-3 is showing as only having 74 shards.
Is the dashboard right, or the api?