You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /_cat/nodes?v&h=name,disk.avail,disk.used,disk.total,disk.used_percent
name disk.avail disk.used disk.total disk.used_percent
node-1 168.9gb 291.4gb 460.4gb 63.31
It doesn't actually tell you the disk watermark stage (though the watermark settings can be fetched with GET /_cluster/settings?pretty&include_defaults) but it does provide you more details about actual storage availability.
Is your feature request related to a problem? Please describe
Hi,
is there an API available the get the "current mark" status by node? (low, high, flood-stage)
If there is no API, I can create a Pull Request to add it to the Node- API.
Describe the solution you'd like
Something like
GET _nodes
Possible values: "ok (??), low, high, flood_stage"
Related component
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: