Skip to content

Commit

Permalink
Add missing repository integrity docs for Health API
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Feb 15, 2024
1 parent 949a294 commit 23843b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/reference/health/health.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ for health status set `verbose` to `false` to disable the more expensive analysi

`repository_integrity`::
Tracks repository integrity and reports health issues
that arise if repositories become corrupted.
that arise if repositories become corrupted, unknown, or invalid.

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

`unknown_repositories`::
(Optional, int) The number of repositories on the system that have been determined to be unknown. If there are
no corrupted repositories detected, this detail is omitted.

`invalid_repositories`::
(Optional, int) The number of repositories on the system that have been determined to be invalid. If there are
no corrupted repositories detected, this detail is omitted.

[[health-api-response-details-ilm]]
===== ilm

Expand Down

0 comments on commit 23843b9

Please sign in to comment.