Skip to main content

Crowdstrike FDR Source

CrowdStrike icon

The CrowdStrike Falcon Data Replicator (FDR) Source provides a secure way to ingest Falcon Data Replicator events from Amazon S3 using SQS notifications for new objects. It securely manages authentication, scheduling, and state tracking.

info

The CrowdStrike API documentation is not public and can only be accessed by partners or customers.

Data collected

Polling IntervalData
5 minFalcon Data Replicator Logs

Setup

Vendor configuration

note

You must contact the CrowdStrike support team to enable CrowdStrike FDR. If it's not enabled, your requests will receive HTTP 500 responses.

Follow the steps below to configure the FDR in the CrowdStrike console:

  1. Sign in to the CrowdStrike Falcon platform.
  2. Navigate to Support and resources > Resources and tools > Falcon Data Replicator.
  3. Click Create feed.
  4. Configure the feed with required information and note the following values:
    • Client ID
    • Secret
    • Notifications URL (SQS Queue URL)
    • Storage region (S3 region)

Use these values when configuring the CrowdStrike FDR Source in Sumo Logic.

The field names in Sumo Logic differ from CrowdStrike FDR. Use the mapping below:

Sumo Logic FieldCrowdStrike FDR Field
AWS Access Key IDClient ID
AWS Secret Access KeySecret
SQS Queue URLNotifications URL
S3 RegionStorage region

Source configuration

When you create a CrowdStrike FDR Source, you add it to a Hosted Collector. Before creating the Source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see Configure a Hosted Collector.

To configure a CrowdStrike FDR Source:

  1. New UI. In the Sumo Logic main menu select Data Management, and then under Data Collection select Collection. You can also click the Go To... menu at the top of the screen and select Collection.
    Classic UI. In the main Sumo Logic menu, select Manage Data > Collection > Collection.
  2. On the Collectors page, click Add Source next to a Hosted Collector.
  3. Search for and select CrowdStrike FDR.
  4. Enter a Name for the Source. The description is optional.
  5. (Optional) For Source Category, enter any string to tag the output collected from the Source. Category metadata is stored in a searchable field called _sourceCategory.
  6. (Optional) Fields. Click the +Add Field link to define the fields you want to associate, each field needs a name (key) and value.
    • Green check circle A green circle with a check mark is shown when the field exists and is enabled in the Fields table schema.
    • Orange exclamation point An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, you'll see an option to automatically add or enable the nonexistent fields to the Fields table schema. If a field is sent to Sumo Logic but isn’t present or enabled in the schema, it’s ignored and marked as Dropped.
  7. AWS Access Key ID. Enter the Client ID you collected from the CrowdStrike FDR platform, see the Vendor configuration section.
  8. AWS Secret Access Key. Enter the Secret value you collected from CrowdStrike FDR platform, see the Vendor configuration section.
  9. SQS Queue URL. Enter the Notifications URL you collected from CrowdStrike FDR platform, see the Vendor configuration section.
  10. S3 Region. Select the region corresponding to the Storage region provided in the Vendor configuration section.
  11. (Optional) Historical Data Collection. Select the specified time range to ingest only the desired data. By default, it is seven days.
    • By default, all messages are ingested into Sumo Logic without any filtering. However, with the appropriate configuration, customers can ensure that only the desired data within the specified time range is ingested. For instance, if you want to ingest data from the last three days only, then you should configure the source by selecting 3 Days as the value.
    • Crowdstrike FDR will queue up to 7 days worth of data, if it's configured without any consumer ingesting the events. You should be aware that this historical data will be collected only with the C2C integration.
    • Crowdstrike FDR doesn't allow Sumo Logic to pass any parameter to collect data from a specific time range.
  12. Processing Rules for Logs. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in Create a Processing Rule.
  13. Advanced Options for Logs.
    • Timestamp Parsing. This option is selected by default. If it's deselected, no timestamp information is parsed at all.
    • Time Zone. There are two options for Time Zone. You can use the time zone present in your log files, and then choose an option in case time zone information is missing from a log message. Or, you can have Sumo Logic completely disregard any time zone information present in logs by forcing a time zone. It's very important to have the proper time zone set, no matter which option you choose. If the time zone of logs cannot be determined, Sumo Logic assigns logs UTC; if the rest of your logs are from another time zone your search results will be affected.
    • Timestamp Format. By default, Sumo Logic will automatically detect the timestamp format of your logs. However, you can manually specify a timestamp format for a Source. See Timestamps, Time Zones, Time Ranges, and Date Formats for more information.
  14. When you are finished configuring the Source, click Save.

JSON schema

Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See how to use JSON to configure Sources for details. 

ParameterTypeValueRequiredDescription
schemaRefJSON Object{"type":"Crowdstrike FDR"}YesDefine the specific schema type.
sourceTypeString"Universal"YesType of source.
configJSON ObjectConfiguration objectYesSource type specific values.

Configuration Object

ParameterTypeRequiredDefaultDescriptionExample
nameStringYesnullType a desired name of the source. The name must be unique per Collector. This value is assigned to the metadata field _source."mySource"
descriptionStringNonullType a description of the source."Testing source"
categoryStringNonullType a category of the source. This value is assigned to the metadata field _sourceCategory. See best practices for details."mySource/test"
fieldsJSON ObjectNonullJSON map of key-value fields (metadata) to apply to the Collector or Source.{"fieldA": "valueA"}
secretAccessKey`StringYesThe AWS Secret Access Key you got from CrowdStrike.
SqsQueueURLStringYesnullThe SQS Queue URL you got from CrowdStrike.
accessKeyIdStringYesnullThe AWS Access Key ID you got from CrowdStrike.
s3RegionStringYesotherThe S3 Region your data is in.
startTimeIntegerNootherTime range to ingest the desired data.

JSON example

static/files/c2c/crowdstrike-fdr/example.json
loading...

Terraform example

static/files/c2c/crowdstrike-fdr/example.tf
loading...

FAQ

info

Click here for more information about Cloud-to-Cloud sources.

Status
Legal
Privacy Statement
Terms of Use
CA Privacy Notice

Copyright © 2026 by Sumo Logic, Inc.