mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Adds bullet points to the statuses of the health object in transform stats API docs (#91790)
This commit is contained in:
parent
763150001c
commit
e16bee0e72
2 changed files with 18 additions and 18 deletions
|
@ -152,18 +152,18 @@ that the {transform} is failing to keep up.
|
|||
`status`::
|
||||
(string) Health status of this transform. Statuses are:
|
||||
|
||||
`green`:::
|
||||
The transform is healthy.
|
||||
* `green`:
|
||||
The transform is healthy.
|
||||
|
||||
`unknown`:::
|
||||
The health of the transform could not be determined.
|
||||
* `unknown`:
|
||||
The health of the transform could not be determined.
|
||||
|
||||
`yellow`:::
|
||||
The functionality of the transform is in a degraded state and may need remediation
|
||||
to avoid the health becoming `red`.
|
||||
* `yellow`:
|
||||
The functionality of the transform is in a degraded state and may need
|
||||
remediation to avoid the health becoming `red`.
|
||||
|
||||
`red`:::
|
||||
The transform is experiencing an outage or is unavailable for use.
|
||||
* `red`:
|
||||
The transform is experiencing an outage or is unavailable for use.
|
||||
|
||||
`issues`::
|
||||
(Optional, array) If a non-healthy status is returned, contains a list of issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue