I am using transaction to calculate a duration of a job. The search for the completed events is: `index="events" | transaction reference endswith="WAITING"`.
Each event contains a `state` value of either "EXECUTING", "WAITING", or "COMPLETED". I want to find transactions where there is no "COMPLETED" event. Is there a way to do this?
↧