This page aligns with the new Grail security events table. For the complete list of updates and actions needed to accomplish the migration, follow the steps in the Grail security table migration guide.
Ingest endpoint detection findings from the CrowdStrike Falcon platform into Dynatrace as security events. Dynatrace enriches each finding with runtime context from the affected hosts, so you can filter and prioritize detections that affect production systems.
The integration ingests detection findings from CrowdStrike Endpoint Security (part of the CrowdStrike Falcon platform) into Dynatrace. Findings are stored as security events alongside vulnerabilities and threats from other sources, which lets you analyze and prioritize them in a single place.
With the ingested data, you can accomplish various use cases, such as
A CrowdStrike Falcon Enterprise subscription (or higher) for the security capabilities used by this integration, including:
CrowdStrike API client (OAuth2) credentials for authentication. The API client must be granted the following API scopes:
ActiveGate version 1.310+ that must
Permissions: For required permissions, open Hub, select
Extensions, then open the Technical information tab.
Generate an access token with the openpipeline.events_security scope and save it for later. For details, see Dynatrace API - Tokens and authentication.
In Dynatrace, open Hub.
Look for CrowdStrike and select Install.
Follow the on-screen instructions to configure the extension.
To verify the configuration, run the following query in
Notebooks:
fetch security.events| filter dt.system.bucket=="default_securityevents"| filter event.provider=="CrowdStrike"AND event.type=="DETECTION_FINDING"
After installation, you can access and manage the extension in
Extensions. For details, see About Extensions.

The integration runs as an extension on Dynatrace ActiveGate. After you enable and configure the extension:
default_securityevents bucket (for details, see Built-in Grail buckets).For billing information, see Events powered by Grail.
This integration ingests detection findings from the following product:
Detection finding events store the individual detection findings per affected endpoint, represented by a CrowdStrike resource.
The integration ingests endpoint detections from CrowdStrike Endpoint Detection and Response.
On the first ingest, Dynatrace fetches detections generated in the last m days, where m is set by the Security events initial fetch time window option in the monitoring configuration.
On subsequent runs, the extension checks for new detections every n minutes, where n is set by the Security events ingest frequency option in the monitoring configuration.
Only new and updated findings are ingested.
The crowdstrike namespace is added for CrowdStrike-specific attributes on top of the core security event schema. The full upstream payload is stored in event.original_content.
Example fields:
crowdstrike.agent_id: Unique identifier of the CrowdStrike Falcon agent (sensor) installed on the affected host.crowdstrike.cid: Customer ID (CID) that uniquely identifies the CrowdStrike Falcon tenant/account.crowdstrike.confidence: Confidence level indicating how certain CrowdStrike is that the detected activity is malicious.crowdstrike.prevention_policy_id: Unique identifier of the prevention policy associated with the detection event.crowdstrike.prevention_policy_name: Name of the CrowdStrike prevention policy applied to the endpoint where the detection occurred.crowdstrike.priority_value: Numeric severity or priority score assigned to the detection by CrowdStrike.crowdstrike.type: CrowdStrike-assigned category for the detection (for example, the type of alert or detection event).Dynatrace normalizes severity and risk scores for all findings ingested through this integration. This helps you prioritize findings consistently, regardless of their source. For details, see Severity and score normalization.
dt.security.risk.level is mapped from the CrowdStrike severity (finding.severity) returned by the detection API.
dt.security.risk.score is normalized from the CrowdStrike detection score (0-100) onto the Dynatrace 10-point risk scale using a weighted severity mapping.
| CrowdStrike score | dt.security.risk.level | dt.security.risk.score |
|---|---|---|
80-100 | Critical -> CRITICAL | 9.0-10.0 |
60-79 | High -> HIGH | 7.0-8.9 |
40-59 | Medium -> MEDIUM | 4.0-6.9 |
20-39 | Low -> LOW | 0.1-3.9 |
0-19 | Informational -> NONE | 0.0 |