I am trying to figure out the following and would greatly appreciate some help:
I have an alert which's search query looks for a certain event within the last 30 days.
If the event of interest occurs, an alert shall be triggered. This is working fine.
Now, because I have to look for events in the last 30 days, I do not want the exact same event to trigger another alert. I do however, want to trigger another alert if the event occurs on say....a different host.
By my understanding, this can be acheived by the following
-Use trigger type "for each event"
-Suppress for 30 days: events with the field _time
When the event in question has triggered, we navigate to triggered alerts and select "show events" I want to be able to see only the very event that triggered that very same, recent alert. I want this because it helps the person who is investigating the issue to immediately see what asset is affected.
Is it possible to do this?
... View more