Set Up ServiceNow Connections
There are two ServiceNow connections available in Sumo Logic.
- ServiceNow can create Events or ITSM Incidents.
- ServiceNow (Legacy) is the older connection and only creates Events in ServiceNow.
If you are interested in creating Security Incidents, see Set Up a ServiceNow Security Incident Webhook Connection.
A Webhook is an HTTP callback: an HTTP POST that occurs when something happens. Webhook connections allow you to send Sumo Logic alerts to third-party applications that accept incoming Webhooks.
An incident is an unplanned interruption that has occurred in your business and this is reported in ServiceNow via an ITSM incident.
Prerequisite
Before setting up ServiceNow integration, contact your ServiceNow account manager to make sure that your organization has a subscription for Event Management.
To configure a Webhook connection, you must have a Sumo Logic role that grants you the Manage connections capability.
Set up a ServiceNow connection
To set up a ServiceNow Webhook connection:
- Classic UI. In the main Sumo Logic menu, select Manage Data > Monitoring > Connections.
New UI. In the top menu select Configuration, and then under Monitoring select Connections. You can also click the Go To... menu at the top of the screen and select Connections. - On the Connections page click Add.
- For Connection Type, select ServiceNow.
- In the Create Connection dialog, enter the Name of the connection.
- (Optional) Enter a Description for the connection.
- For URL, enter one of the following based on whether you want to create Events or Incidents:
- To create ServiceNow ITSM Incidents, enter the URL for the ServiceNow Incident endpoint.
https://<your-instance>.service-now.com/api/now/table/incident
- To create Events, copy your organization's ServiceNow URL, which can be found at the top of any ServiceNow web page, then paste it in the URL text box. After pasting the URL, type /api/now/table/em_event to enable data to be uploaded from Sumo Logic to ServiceNow.
https://<your-instance>.service-now.com/api/now/table/em_event
noteOnly HTTPS (port 443) and HTTP (port 80) URLs are supported.
- Authentication can be done with a Username and Password or an Authorization Header.
- Use the Username