Monitoring process status

Hi,
is there a way to monitor just the process status (up/down), just like Heartbeat monitors do? In the documentation for Heartbeat, there's no such possibility. I can use Metricbeat to collect metrics of the processes, however this doesn't allow me to check on the status if a process is down, unless I don't know a way to do this - hence the question.

Regards,
Adam Lytkowski

Unfortunately that is not something we can currently do

Is there a plan for the future to implement this, can you shed some light?

Metricbeat reports processes... Have you looked at that?

If you look at the exported fields

process.state

The process state. For example: "running".

type: keyword

And

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