Watcher to monitor Logstash Pipeline "Events Emitted Rate"

Hi,

I need to create a Watcher to alert when a pipeline's "Events Emitted Rate" value drops below a certain threshold.
Is this possible to do in the current monitoring tools?

I've tried to run querying myself, but can only find the total emitted over the lifetime duration.

You might be able to use the serial differencing aggregation.

I did this in Zabbix, for example see https://github.com/rugenl/zabbix-logstash. Zabbix has the ability to store the difference for items such as these.

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