Yes all nodes report the same status. Here the output from each node
Node 1
[me@es01 ~]$ curl -XGET localhost:9500/_cluster/health/status?pretty
{
"cluster_name" : "cla-elastic7",
"status" : "red",
"timed_out" : true,
"number_of_nodes" : 5,
"number_of_data_nodes" : 5,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"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
}
[me@es01 ~]$
Node 2
[me@es02 ~]$ curl -XGET localhost:9500/_cluster/health/status?pretty
{
"cluster_name" : "cla-elastic7",
"status" : "red",
"timed_out" : true,
"number_of_nodes" : 5,
"number_of_data_nodes" : 5,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"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
}
[me@es02 ~]$
Node 3
[me@es03 ~]$ curl -XGET localhost:9500/_cluster/health/status?pretty
{
"cluster_name" : "cla-elastic7",
"status" : "red",
"timed_out" : true,
"number_of_nodes" : 5,
"number_of_data_nodes" : 5,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"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
}
[me@es03 ~]$
Node 4
[me@es04 ~]$ curl -XGET localhost:9500/_cluster/health/status?pretty
{
"cluster_name" : "cla-elastic7",
"status" : "red",
"timed_out" : true,
"number_of_nodes" : 5,
"number_of_data_nodes" : 5,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"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
}
[me@es04 ~]$
Node 5
[me@es05 ~]$ curl -XGET localhost:9500/_cluster/health/status?pretty
{
"cluster_name" : "cla-elastic7",
"status" : "red",
"timed_out" : true,
"number_of_nodes" : 5,
"number_of_data_nodes" : 5,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"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
}
[me@es05 ~]$