Skip to content

Commit 171497b

Browse files
crowdstrike: improve windows events mappings
1 parent 40b6d8e commit 171497b

13 files changed

+1720
-133
lines changed

packages/crowdstrike/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.3.0"
3+
changes:
4+
- description: Enhance the field mappings for Windows events in the FDR data stream.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15342
27
- version: "2.2.1"
38
changes:
49
- description: Fix processing of `crowdstrike.User.Name` field.

packages/crowdstrike/data_stream/fdr/_dev/test/pipeline/test-data.log-expected.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
},
279279
"host": {
280280
"hostname": "example-XXXXXXXXX",
281+
"id": "11111111111111111111111111111111",
281282
"name": "example-XXXXXXXXX",
282283
"os": {
283284
"type": "macos"

packages/crowdstrike/data_stream/fdr/_dev/test/pipeline/test-fdr-lengthy-field-delete.log-expected.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
},
5959
"host": {
6060
"hostname": "example-XXXXXXXXX",
61+
"id": "1111",
6162
"name": "example-XXXXXXXXX",
6263
"os": {
6364
"type": "macos"

packages/crowdstrike/data_stream/fdr/_dev/test/pipeline/test-fdr-lengthy-field-index.log-expected.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
},
6060
"host": {
6161
"hostname": "example-XXXXXXXXX",
62+
"id": "1111",
6263
"name": "example-XXXXXXXXX",
6364
"os": {
6465
"type": "macos"

0 commit comments

Comments
 (0)