This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

ServiceNow Pull connector - Fetching Alert Severity Logic

Dear Thwack,

We are currently working on Solarwinds integration with ServiceNow using OOB pull connector.

By logic (my understanding), Servicenow connector  pull events

"FROM Orion.Events,

EventID, EventTime, NetworkNode, NetObjectID, EventType, Message, Acknowledged"

And Event Types table,,Severity value of Incident is defined based on Icon Values

'FROM Orion.EventTypes,

 EventType, Name, Icon, NotifyMessage,NotifySubject

But when it comes to custom alerts,, the event type will be mostly 5000, for which serverity cannot be mapped from Event types..

Any pointers available here,

Expected behaviour,

" Alert severity should be pulled by ServiceNow".

As per schema documentation ,Orion.AlertTriggered, shoul have all active alerts, but couldn't see any values on them

Parents Reply
  • , Thanks for the right directions.

    I am thinking to interjoin below three Orion tables here to achieve my objective , but need help to concat the values

    1. Orion.Events as [EV]
    2. Orion.AlertObjects as [AO]
    -> Connecting attribure [AO].EntityNetObjectId = concat ('[EV].NetObjectType'':''[EV].NetObjectID')
    Sample-> EntityNetObjectId like AM:792
    3.Orion.AlertConfigurations as [AC]
    -> Connecting attribure [AC].AlertID = [AO].AlertID

    Could you please, help how to concat values for [AO].EntityNetObjectId as mentioned above

Children
No Data