File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments