---
title: BeyondTrust Identity Security Insights
description: Gain insights into detections from BeyondTrust Identity Security Insights.
breadcrumbs: Docs > Integrations > BeyondTrust Identity Security Insights
---

# BeyondTrust Identity Security Insights
Integration version1.0.0  BeyondTrust Identity Security Insights - DetectionsBeyondTrust Identity Security Insights - Detections
## Overview{% #overview %}

[BeyondTrust Identity Security Insights](https://www.beyondtrust.com/products/identity-security-insights) is a web-based application designed to enhance identity protection. It connects BeyondTrust products and third-party services to automatically scan for associated accounts and track your organization's identities.

Integrate BeyondTrust Identity Security Insights with Datadog's pre-built dashboard visualizations to gain insights into detection logs. With Datadog's built-in log pipelines, you can parse and enrich these logs to facilitate easy search and detailed insights.

This integration also includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security. These Cloud SIEM rules can be used with [Datadog Workflow Automation](https://docs.datadoghq.com/actions/workflows/) to orchestrate and automate your end-to-end processes with OOTB Workflow Blueprints.

## Setup{% #setup %}

### Configuration{% #configuration %}

#### Webhook Configuration{% #webhook-configuration %}

Configure the Datadog endpoint to forward BeyondTrust Identity Security Insights detections as logs to Datadog.

1. Copy the generated URL inside the **Configuration** tab on the Datadog [BeyondTrust Identity Security Insights](https://app.datadoghq.com/integrations/beyondtrust-identity-security-insights) tile.
1. Sign in to [BeyondTrust Identity Security Insights Portal](https://login.beyondtrust.io/signin/signIn).
1. Go to **Insights > Integrations** from the top left side main menu.
1. Click **Webhooks**.
1. Click **Create Integration**.
1. Provide the following details:
   - **Webhook Name**: Enter your desired name for this webhook.
   - **Webhook URL**: Enter the endpoint URL that you generated in step 1.
   - **Authorization Type**: Select `None`
   - **Webhook Template**: Enter the JSON object below, which represents the information sent from Insights,
     ```json
     {
         "incidentId": "%%incidentId%%",
         "tenantId": "%%tenantId%%",
         "incidentType":"%%incidentType%%",
         "severity":"%%severity%%",
         "definitionId":"%%definitionId%%",
         "definitionSummary":"%%definitionSummary%%",
         "source":"%%source%%",
         "location":"%%location%%",
         "entityType":"%%entityType%%",
         "entityName":"%%entityName%%",
         "timestamp": "%%timestamp%%",
         "link": "%%link%%"
     }
     ```
   - **Send detections automatically?**: Select the checkbox to send detections automatically.
   - **Severity**: select all four options (`Critical`, `High`, `Moderate`, and `Low`).
   - Click **Create Integration**.

## Data Collected{% #data-collected %}

### Logs{% #logs %}

The BeyondTrust Identity Security Insights integration collects and forwards Detections logs to Datadog.

### Metrics{% #metrics %}

The BeyondTrust Identity Security Insights integration does not include any metrics.

### Events{% #events %}

The BeyondTrust Identity Security Insights integration does not include any events.

## Support{% #support %}

For any further assistance, contact [Datadog support](https://docs.datadoghq.com/help/).
