Skip to content
2 changes: 0 additions & 2 deletions packages/crowdstrike/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ The [CrowdStrike](https://www.crowdstrike.com/) Falcon integration allows you to
This integration is compatible with both CrowdStrike Falcon SIEM-Connector-v2.0 and REST API.
For Rest API support, this module has been tested against the **CrowdStrike API Version v1/v2**.

The minimum **kibana.version** required is **8.12.0**.

## Setup
### To collect data from CrowdStrike REST API, the following parameters from your CrowdStrike instance are required:

Expand Down
609 changes: 402 additions & 207 deletions packages/crowdstrike/_dev/deploy/docker/files/config-alert.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/crowdstrike/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.42.0"
changes:
- description: Add support of IDP and EPP alert fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/11135
- version: "1.41.1"
changes:
- description: Re-add ECS field definitions to enable fieldless search for kibana versions before v8.14.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ data_stream:
preserve_original_event: true
preserve_duplicate_custom_fields: true
assert:
hit_count: 2
hit_count: 3
Loading