Can we use ElastAlert to monitor ElasticSearch Cluster Status?

Can we use ElastAlert to monitor ElasticSearch Cluster Status??

Any help to configure rules for monitoring ElasticSearch Cluster Status?

I use PRTG to monitor the health status of my ES clusters http://<node_ip>:9200/_cat/health?h=status. It would alert on either yellow or red. If it's just ES cluster stats, either some shell script or Powershell is good enough.

@anhlqn Could you please give me some pointers on PRTG? any documentation to install, setup and configure that.

If you just need to monitor ES health status, just use Invoke-RestMethod on Powershell or curl to query and alert. https://www.paessler.com/download/prtg-download < use HTTP sensor.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.