mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Add missing repository integrity docs for Health API (#105555)
Follow up on #104614
This commit is contained in:
parent
3470565d33
commit
9a0eee603b
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
@ -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 that have been determined to be unknown by at least one node.
|
||||
If there are no unknown repositories detected, this detail is omitted.
|
||||
|
||||
`invalid_repositories`::
|
||||
(Optional, int) The number of repositories that have been determined to be invalid by at least one node.
|
||||
If there are no invalid repositories detected, this detail is omitted.
|
||||
|
||||
[[health-api-response-details-ilm]]
|
||||
===== ilm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue