Hi
How to set up alerts when a notable event with urgency High & Critical arises in the Incident review with event details?
This is what i used. Hopefully this can help you out.
`notable` | where urgency="high" OR urgency="critical" | table _time source src dest user | eval computer=coalesce(src,dest)
This is what i used. Hopefully this can help you out.
`notable` | where urgency="high" OR urgency="critical" | table _time source src dest user | eval computer=coalesce(src,dest)