Event Management - IBM/ServiceNow-Guardium-Vulnerability-Assessment GitHub Wiki
IBM Guardium Data Protection in ServiceNow
Event Management Module
IBM Guardium v12.0 can send Guardium alerts as ServiceNow events
To transform the event (em_event) to a ServiceNow alert (em_alert), the data must be massaged a little:
The time_of_event is written in the time zone of the Guardium machine. It should be GMT.
The classification is set to 5, but ServiceNow seems to ignores a value of 5. The classification value must be reset to 0 in order to continue tranforming into an em_alert.
The node is not the Guardium data source nor is it the ServiceNow CMDB configuration item. It should be set to an empty string.
Event Mapping Rule
The event mapping rule will attempt to parse the DATASOURCE value from the Guardium alert message
The DATASOURCE will be matched to an existing CMDB entry if you have installed and run the ServiceNow Guardium app