mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Fixes the description of 'affected_resources' in health API documentation (#111833)
* Fixed the description of 'affected_resources' in health API documentation * Update docs/reference/health/health.asciidoc Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co> --------- Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
This commit is contained in:
parent
82520a166b
commit
a03affe40c
1 changed files with 2 additions and 3 deletions
|
@ -204,9 +204,8 @@ for health status set `verbose` to `false` to disable the more expensive analysi
|
|||
`help_url` field.
|
||||
|
||||
`affected_resources`::
|
||||
(Optional, array of strings) If the root cause pertains to multiple resources in the
|
||||
cluster (like indices, shards, nodes, etc...) this will hold all resources that this
|
||||
diagnosis is applicable for.
|
||||
(Optional, object) An object where the keys represent resource types (for example, indices, shards),
|
||||
and the values are lists of the specific resources affected by the issue.
|
||||
|
||||
`help_url`::
|
||||
(string) A link to the troubleshooting guide that'll fix the health problem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue