Hi there,
I have 2 messages that log when a job is run, which share a job_id field
event_name=process.start
event_name=process.end
I'm trying to create an alert that fires if there is an event_name=process.start , but no event_name=process.end , after 3 hours.
I've seen lots of examples of using transactions between 2 events to get the duration, but not any if an event is missing.
Many thanks, apologies if this is a noob question
... View more