Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 4c4f310

Browse files
[EDIT] Provide more information about cluster-health colors up front
I don't want to go into any more detail at this point because we haven't yet explained shards.
1 parent 2ef5da3 commit 4c4f310

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

020_Distributed_Cluster/10_Cluster_health.asciidoc

+9-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ which, on an empty cluster with no indices, will return something like:
2929
--------------------------------------------------
3030
<1> The `status` field is the one we're most interested in.
3131

32-
We will explain the meaning of each of these colors in the relevant section
33-
below.
32+
The `status` field provides an overall indication of how the cluster is
33+
functioning. The meaning of the three colors are provided here for reference:
3434

35+
[horizontal]
36+
`green`:: All primary and replica shards are active.
37+
`yellow`:: All primary shards are active, but not all replica shards are active.
38+
`red`:: Not all primary shards are active.
39+
40+
In the rest of this chapter we explain what _primary_ and _replica_ shards are
41+
and explain the practical implications of each of the above colors.

0 commit comments

Comments
 (0)