We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to Configure Alerts in ServiceNow to Create Incidents Without Service Impact

Boris Flader
Tera Contributor

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?

2 REPLIES 2

Pratiksha
Mega Sage

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... 

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.