Need query to ignore Down and Up events which are in 2 min interval. Is it possible to throttle/trigger with multiple fields/value .
For ex : we have 3 fields called Time, Device Name and AlertGroup
1st alert : Time : 08:00:00, Device Name is ABC and AlertGroup is Down
2nd alert : Time : 08:00:55, Device Name is XYZ and AlertGroup is Down
3rd alert : Time : 08:01:00, Device Name is ABC and AlertGroup is Up
4th alert : Time : 08:07:00, , Device Name is XYZ and AlertGroup is Up
Now in this situation i dont want to trigger an alert/notification if we are receiving the alert with same device name with Down and Up with in 2 mins window. So if we compare with above ex: in this case 1st alert and 3rd alert should get ignored because its got correlated with in 2 min itself. Please help me to build this search query