Configure a custom connector
Authenticate your custom connector as a data source to enable the pushing of event information to your ServiceNow instance. Define the custom connector by providing its details and mapping fields. This allows the extracted information from your custom connector's event messages to populate the required event fields. Finally, create and supply a URL for the custom connector webhook.
Before you begin
- Ensure the Event Management connectors (sn_em_connector) plugin is installed on the ServiceNow AI Platform instance. For more information, see Configure Event Management connectors.
- Ensure that the configuration items for the hosts managed by your custom connector exist in the ServiceNow AI Platform instance. These CIs can be physical or virtual and can be either manually created or discovered via IP discovery or Cloud Discovery. For more information, see Access to cloud environments for ITOM products.
Role required: evt_mgmt_admin
About this task
To start pushing event information to your ServiceNow instance, you must set your ServiceNow AI Platform instance as the REST endpoint using a standard webhook on your custom connector.
By providing connector details and mapping fields, you define the custom connector. The extracted information from the custom connector's event messages then populates the required event fields and inserts the event into the database.
The URL is generated by the code based on the ServiceNow instance and the custom connector. Use this URL to create a webhook that enables your custom connector to send events to the ServiceNow instance.
Procedure
Result
After the connector is activated, events start flowing from your custom connector console into the ServiceNow instance. The plug-in extracts information from the original custom connector event message to populate the required event fields and inserts the event into the database. To see the events in your ServiceNow AI Platform instance, navigate to All Events. For more information, see View events.
What to do next
To verify that the process was successfully completed and events are flowing into the system, view the related events on the Related events tab. If the setup is successful, proceed to Add automation to establish an alert automation. For information on alert automation, see Alert automation in Service Operations Workspace for ITOM.