Sumo Logic
What is the Sumo Logic webhook?
Integrating Sumo Logic allows you to create an HTTP Event Collector which supports forwarding data and application events from Insights to a Sumo Logic deployment over the HTTP and Secure HTTP (HTTPS) protocols.
Sumo Logic investigates, monitors, and analyzes data from any source. Use Sumo Logic to search, index, and correlate big data to set up relevant alerts, reports, and visualizations.
Prerequisites
To set up the Sumo Logic integration you require the following.
BeyondTrust
- Access to Identity Security Insights
- An Identity Security Insights Administrator role
Sumo Logic
- Access to Sumo Logic
- Permission to create and configure an HTTP Event Collector
Configure Sumo Logic webhook
Sumo Logic
-
From your Sumo Logic Dashboard navigate to Collection > Add Collector.
-
Click Hosted Collector.
- Name: BeyondTrust Identity Security Insights
-
Click Save and click OK.
-
Search and click HTTP Logs & Metrics.
-
Name: BeyondTrust Identity Security Insights
-
Expand Advanced Options for Logs
- Uncheck: Multiline Processing
- Check: One Message Per Request
-
Click Save.
-
-
Copy the URL endpoint.
-
Click OK.
Identity Security Insights
- From your Identity Security Insights Dashboard click
> Insights > Integrations.
- Click Webhooks.
- Click Create Integration.
- Webhook Name: Sumo Logic
- Webhook URL: URL Endpoint copied in the previous step
- Authorization Type: None
- Webhook Template:
CODEBLOCK{
"incidentType": "%%incidentType%%",
"incidentId": "%%incidentId%%",
"incidentSeverity": " %%severity%%",
"definitionSummary": "%%definitionSummary%%",
"definitionId": "%%definitionId%%",
"entityType": "%%entityType%%",
"entityName": "%%entityName%%",
"entitySource": "%%source%%",
"entityLocation": "%%location%%",
"entityTenant": "%%tenantId%%",
"dateTime": "%%timestamp%%",
"linkUrl": "%%link%%"
}CODEBLOCK
- Select Send Detections Automatically?
- Severity: Select your threshold.
- Click Save Integration.
Test the Sumo Logic webhook
- From the top left of the page, click
> Insights > Integrations.
The Integrations page displays. - Click Webhooks.
- Locate and select your webhook from the list.
- At the bottom of the page, click Test Connection.
A confirmation message displays.- If the test is successful, you can view the generated message Sumo Logic.
- If the test is unsuccessful, there was an error while attempting to send a request to the configured webhook destination. Review all entries to ensure they are correct both in Insights and in Sumo Logic, then retry the test.
Updated about 12 hours ago