- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 12:59 AM
Hi all.
I'm new to Event Management and at the moment we experience incomming events, where Severity field is empty. So no alerts are created. I have this record:
How can I set a value in Severity field and secure the creation of alerts??
I really need a helping hand here - thanks in advance.
Regards,
Janne
Solved! Go to Solution.
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:26 AM
The Manual attributes will create a new Additional Details JSON pair. You will want to place a number, 0-5, into the Severity field. When the Transform contains a variable representation like ${severity}, it will use the value sent from the default event. In your case that is currently empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:21 AM
Thanks for this information Dom 🙂
Regards,
Janne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:27 AM
No worries Janne. How are the Events getting inserted (webservices/https, email, snmp trap)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:30 AM
The events are inserted via Webservice.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:05 AM
You can begin by reviewing the Event Rules documentation here: https://docs.servicenow.com/bundle/paris-it-operations-management/page/product/event-management/concept/create-event-rules.html
It looks like you already have an Event Rule called "Umon_missingSeverity". In this rule you can set the severity to a fixed value. If you will have events that arrive with different text in the description that indicates severity then you would need an Event Rule for each scenario.
1. Using the description text it states "Status is Critical". Add a line of filtering to look for a Description that contains "Status is Critical".
2. In the Transform section of this rule add a Severity value 0-5 in the Severity field.
Given the format of your description and the lack of a Severity value being passed with the event, you will need an event rule for each severity because of the need to match the text each event to determine severity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2020 07:17 AM