Commit graph

9 commits

Author SHA1 Message Date
Keith Massey
4b060a6046
Removing the notion of components from the health API (#88663)
This commit removes the notion of components from the health API. They are gone from being
a top-level field in the response, and indicators is promoted into its place.
2022-07-25 12:29:06 -05:00
Andrei Dan
da765ced7f
Remove help_url,rename summary to symptom, and user_actions to diagnosis (#88553)
Remove help_url,rename summary->symptom,user_actions->diagnosis
Separate the diagnosis `message` field in `cause` and `action`
Co-authored-by: Mary Gouseti <mgouseti@gmail.com>
2022-07-25 10:35:16 +01:00
Keith Massey
ed530891a7
Adding more master_is_stable details (#87977)
Adding information about new master_is_stable details fields
2022-06-28 09:21:21 -05:00
Andrei Dan
f48c4e7923
[DOCS]: replace instance_has_master with master_is_stable (#87799)
Co-authored-by: James Baiera <james.baiera@gmail.com>
2022-06-23 15:19:58 +01:00
James Baiera
577145bd25
Add indicator service details to health API documentation. (#87712)
This PR adds listings of all the current details that can be returned from the implemented 
Health Indicator Services. Response details are unique to each indicator and describe the 
state of the system that the indicator is basing its health decisions on.

Co-authored-by: Andrei Dan <andrei.dan@elastic.co>
2022-06-22 17:06:51 -04:00
James Baiera
b3ff079794
Improve the Health API documentation page with recent additions (#87139)
This PR overhauls the new health API documentation page, updating it with information on the new 
request formatting and response features.
2022-06-07 15:22:09 -04:00
Andrei Dan
21785c9a77
How-to docs for increasing the total number of shards per node (#86214)
Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com>
Co-authored-by: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com>
2022-05-10 09:13:27 +01:00
Keith Massey
6d975a6419
Health API explain query param (#86410)
The health API has a notion of details within each health indicator that is returned. These details can sometimes be
expensive to compute or transfer. This change allows a user to specify whether the details are generated and
returned. By default now all details are generated and returned (previously this was only the case if a component
was specified in the request). This behavior can be changed with the explain query param.
Closes #86215
2022-05-09 08:46:02 -05:00
Tim Brooks
ea96bfe5ac
Add elasticsearch health API (#83119)
Add an API to return information about Elasticsearch health status.

Relates to #83303.
2022-02-03 13:45:22 -07:00