How to Configure Alerts in ServiceNow to Create Incidents Without Service Impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 12:30 AM
I have a service map in which a Configuration Item (CI) is integrated, and alerts are mapped to it. Incidents are generated for these alerts based on the CI. However, for some of these alerts, I only want incidents to be created without indicating any service impact. What is the best way to achieve this in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 04:43 AM
I think you should be looking into alert impact calculation. You can decide on impact based on certain attributes. https://www.servicenow.com/docs/bundle/washingtondc-it-operations-management/page/product/event-mana...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 06:29 AM
Thank you for the reply, I understood that this will change the upstream behavior for all impacts. I just want to remove some alerts. As an example we have the Windows Services monitored, in general I can ignore if the Computerbrowser service is not running, but I want to have the printserver service impacting the Application Service.
I thought about a business rule on the em_impact_status table, but this sounds not right.