Visualise scheduled tasks

We have some scheduled tasks that run on one server that go into elk. A couple of them run once a day and some run every 5 minutes. We would like to get a visualisation to show whether these tasks are running. Each task passes out different information. Does anyone have any recommendations on what type of graph to use and how you would go about doing it. If possible it be good to do a traffic light.

You might want to check out the Guage visualization in the Visual Builder. Set the interval to when you expect to see data, and just use a count field. It's a rolling window so if you have at least 1 count, then you a document was indexed in that window.

You might need a way to make sure each one only picks up on the count it's supposed to, whether using a field filter or a specific index.

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