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
This is a bugfix release and affects a fix for the readonly check type.
Before 1.12.1, the readonly check would silently return OK even if the check doesn't work due to missing privileges on the Elasticsearch cluster.
Invalid authentication is not properly handled and did not result in correct plugin behaviour (output and exit code) on the check types readonly, master and tps
Invalid domains submitted by -H parameter were not properly handled and resulted in the plugin to simply return OK (exit code 0) when a HTTP status 200 came back as a response.
Enhances plugin to use the -i parameter as an "include object names" parameter.
For the readonly check, the indexes to be checked can be defined.
For the tps check, the list of the thread pools to be checked can be defined.