I have filebeat running on a Windows server that sends across multiple logs from various programs.
I am building a dashboard to show when each of the jobs last ran.
Is there a way to show how long ago the last log time (perhaps @timestamp) was received?
All I need is something simple like:
Job123 30 mins
Cheers!