Skip to content

0.9.0 (26 September 2024)

Choose a tag to compare

@untergeek untergeek released this 26 Sep 21:36
· 40 commits to main since this release
08bb6e4

Changes

Add Index health check class

This differs from the Health check class, which is cluster-wide.

This uses the client.cat.indices method to get ONLY the health status (h='health') of 1 index, format='json'.

{'health': 'green'}

It can be green, yellow, or red.

This will possibly work for mount, and other actions. TBD.