Browse Source

Fix get data stream documentation (#94009)

The documentation specifies the possible values for the status of the response. This endpoint is inconsistent with most others that expose the health status as it returns the values as uppercase strings rather than lowercase. 

This PR fixes the cases in the documentation to align with the actual values returned in the response body.
Steve Gordon 2 years ago
parent
commit
a7e65e3b2d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/indices/get-data-stream.asciidoc

+ 3 - 3
docs/reference/indices/get-data-stream.asciidoc

@@ -170,14 +170,14 @@ the stream's backing indices.
 .Values for `status`
 [%collapsible%open]
 =====
-`green`:::
+`GREEN`:::
 All shards are assigned.
 
-`yellow`:::
+`YELLOW`:::
 All primary shards are assigned, but one or more replica shards are
 unassigned.
 
-`red`:::
+`RED`:::
 One or more primary shards are unassigned, so some data is unavailable.
 =====