Skip to content
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: "2.4.0"
changes:
- description: Enhance the field mappings for Windows events in the FDR data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/15342
- version: "2.3.0"
changes:
- description: Migrate to /alerts/combined/alerts/v1 endpoint to pull alert data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
},
"host": {
"hostname": "example-XXXXXXXXX",
"id": "11111111111111111111111111111111",
"name": "example-XXXXXXXXX",
"os": {
"type": "macos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"host": {
"hostname": "example-XXXXXXXXX",
"id": "1111",
"name": "example-XXXXXXXXX",
"os": {
"type": "macos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"host": {
"hostname": "example-XXXXXXXXX",
"id": "1111",
"name": "example-XXXXXXXXX",
"os": {
"type": "macos"
Expand Down
Loading