Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions packages/crowdstrike/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# newer versions go on top
- version: "2.11.0"
changes:
- description: Improve ingest pipeline maintainability.
type: enhancement
link: https://github.com/elastic/integrations/pull/16213
- version: "2.10.0"
changes:
- description: >-
Provide an alternate endpoint to query host data for GovCloud CIDs.
The GovCloud CIDs must enable the `GovCloud` flag in the integration configuration to ensure the correct endpoint is used.
Provide an alternate endpoint to query host data for GovCloud CIDs. The GovCloud CIDs must enable the `GovCloud` flag in the integration configuration to ensure the correct endpoint is used.
type: enhancement
link: https://github.com/elastic/integrations/pull/16007
- version: "2.9.0"
Expand Down Expand Up @@ -62,8 +66,7 @@
- version: "2.2.0"
changes:
- description: >-
Migrate to the "/spotlight/combined/vulnerabilities/v1" endpoint for vulnerability data.
Add support for the `facet` query parameter to control what data is returned in the API response.
Migrate to the "/spotlight/combined/vulnerabilities/v1" endpoint for vulnerability data. Add support for the `facet` query parameter to control what data is returned in the API response.
type: enhancement
link: https://github.com/elastic/integrations/pull/15049
- version: "2.1.0"
Expand All @@ -78,12 +81,7 @@
link: https://github.com/elastic/integrations/pull/15019
- version: "2.0.0"
changes:
- description: |
Data deduplication is now disabled by default for the FDR data stream when configured with the aws-s3 input.
Previously, the FDR data stream automatically handled deduplication by computing an Elasticsearch document _id
using the aws-s3 input. To prevent duplicate documents, you must now explicitly enable the Data Deduplication setting.
While enabling this setting prevents duplicates, it may result in a lower indexing rate because Elasticsearch
must check for existing documents before indexing.
- description: "Data deduplication is now disabled by default for the FDR data stream when configured with the aws-s3 input. \nPreviously, the FDR data stream automatically handled deduplication by computing an Elasticsearch document _id \nusing the aws-s3 input. To prevent duplicate documents, you must now explicitly enable the Data Deduplication setting. \nWhile enabling this setting prevents duplicates, it may result in a lower indexing rate because Elasticsearch \nmust check for existing documents before indexing.\n"
type: breaking-change
link: https://github.com/elastic/integrations/pull/14762
- version: "1.80.0"
Expand Down
Loading