Integrate Instana events
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Event Management
Integrate Instana with Event Management by adding a standard webhook in the Instana console.
Before you begin
Ensure that the Event Management Connectors (sn_em_connector) plugin is installed on the ServiceNow AI Platform instance.
Role required: evt_mgmt_admin
Procedure
- In the Instana console, navigate to Settings > Events & Alerts > Alert Channels.
- Open the Add Alert Channel dropdown and select the Generic Webhook option.
-
In the Webhook URLs field, create an alert channel by
entering the following URL:
https://<instance>.service-now.com/api/sn_em_connector/em/inbound_event?source=instana
-
To authenticate the ServiceNow URL, enter the following
in the Custom HTTP Request Headers:
Field Value Key Authorization Value Basic <base64_encoded username:password> -
Configure Instana to create alerts for event types or events.
- Navigate to Settings > Events & Alerts > Alerts.
- Select New Alert.
-
In the Events section, select one of the
following:
- Alert on Event Type(s)
- Alert on Event(s)
-
When creating alerts for event types:
- Select the type of events for which you want alerts to be created, such as Critical Issues, All Incidents, Warning issues, and so forth.
- In the Alerting section, select the servicenow alert channel.
-
When creating alerts for events:
- Select the events for which you want alerts to be created.
- In the Alerting section, select the servicenow alert channel.
When Instana creates an alert, the alert is sent to the ServiceNow instance. Alerts created for the host entity are bound to the Server (cmdb_ci_server) table, and alerts created for the website entity are bound to the HTTP(S) (cmdb_ci_endpoint_http) table.Add other entity types in the Instana - ci_type Event Field Mapping table to ensure that the entity binds with the correct CI in the ServiceNow instance.
-
To view the event in the Instana source system, you can access it from a ServiceNow instance:
- Navigate to All > Event Management > Service Operations Workspace.
- Select All Alerts.
- Select the relevant alert.
- On the Details tab, locate the Actions section on the right side of the page and in the Show Event on Instana UI cell, select Launch app.