- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
kiran331
Builder
07-19-2016
07:30 AM
Hi
How to set up alerts when a notable event with urgency High & Critical arises in the Incident review with event details?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mwhittaker126
Engager
11-17-2016
08:08 AM
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)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mwhittaker126
Engager
11-17-2016
08:08 AM
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)
