Skip to content

Commit 9a0eee6

Browse files
authored
Add missing repository integrity docs for Health API (#105555)
Follow up on #104614
1 parent 3470565 commit 9a0eee6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/reference/health/health.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for health status set `verbose` to `false` to disable the more expensive analysi
7373

7474
`repository_integrity`::
7575
Tracks repository integrity and reports health issues
76-
that arise if repositories become corrupted.
76+
that arise if repositories become corrupted, unknown, or invalid.
7777

7878
`slm`::
7979
Reports health issues related to
@@ -356,6 +356,14 @@ watermark threshold>>.
356356
(Optional, array of strings) If corrupted repositories have been detected in the system, the names of up to ten of
357357
them are displayed in this field. If no corrupted repositories are found, this detail is omitted.
358358

359+
`unknown_repositories`::
360+
(Optional, int) The number of repositories that have been determined to be unknown by at least one node.
361+
If there are no unknown repositories detected, this detail is omitted.
362+
363+
`invalid_repositories`::
364+
(Optional, int) The number of repositories that have been determined to be invalid by at least one node.
365+
If there are no invalid repositories detected, this detail is omitted.
366+
359367
[[health-api-response-details-ilm]]
360368
===== ilm
361369

0 commit comments

Comments
 (0)