-
Re: Solarwinds Integration with ServiceNow through Event Management
mesverrumJan 27, 2019 5:46 PM (in response to suyash.patekar)
1 of 1 people found this helpfulThe built in integration only does incident generation, for anything else you would probably need to script up your own integration.
-
Re: Solarwinds Integration with ServiceNow through Event Management
suyash.patekar Feb 8, 2019 9:02 AM (in response to mesverrum)Connector instance of SolarWinds in ServiceNow is able to generate Events in ServiceNow as alert is generated in SolarWinds.
Some fields in event are coming empty and some are with values. Can we define our own mapping from SolarWinds alert to ServiceNow alert ?
-
Re: Solarwinds Integration with ServiceNow through Event Management
jlhartsock Feb 13, 2019 12:52 PM (in response to suyash.patekar)We're having the same problem (compounded with every event going from SW to SN instead of just alerts) so we ended up having to disable the built in integrations, unfortunately. We're currently using a python script that is called as part of the alert action to send alerts from SW to SN using the SN event API. Definitely not ideal since we have to maintain different versions depending on what type of entity the alert is built against (different fields between a node, application, and volume).
-
-