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

Commit 98985f8

Browse files
committed
Edited 020_Distributed_Cluster/10_Cluster_health.asciidoc with Atlas code editor
1 parent 6cb1501 commit 98985f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

020_Distributed_Cluster/10_Cluster_health.asciidoc

+8-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ On an empty cluster with no indices, this will return something like the followi
3333
The `status` field provides ((("status field")))an overall indication of how the cluster is
3434
functioning. The meanings of the three colors are provided here for reference:
3535

36-
[horizontal]
37-
* `green`:: All primary and replica shards are active.
38-
* `yellow`:: All primary shards are active, but not all replica shards are active.
39-
* `red`:: Not all primary shards are active.
36+
* `green`::
37+
All primary and replica shards are active.
38+
39+
* `yellow`::
40+
All primary shards are active, but not all replica shards are active.
41+
42+
* `red`::
43+
Not all primary shards are active.
4044

4145
In the rest of this chapter, we explain what _primary_ and _replica_ shards are
4246
and explain the practical implications of each of the preceding colors.

0 commit comments

Comments
 (0)