I would like to define a query in cep/siddhi that detects a missing event in a sequence.
I have 4 events that must occur within 5 minutes. (p1->p2->p3->p4 within 3000)
How can I write the condition to insert my alert event when one of the p2,P3 or P4 is missing within the 5 minutes time window after p1 occurs ?
Thanks.