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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/microsoft_defender_endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.1.2"
changes:
- description: 'Ensure `page_size` configuration is preserved in CEL evaluation responses.'
type: bugfix
link: https://github.com/elastic/integrations/pull/15467
- version: "3.1.1"
changes:
- description: Ensure large `$skip` API parameter values are correctly formatted in `vulnerability` data stream.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ program: |
),
},
},
"page_size": state.page_size,
"want_more": false,
}
)
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_defender_endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.4.0"
name: microsoft_defender_endpoint
title: Microsoft Defender for Endpoint
version: "3.1.1"
version: "3.1.2"
description: Collect logs from Microsoft Defender for Endpoint with Elastic Agent.
categories:
- security
Expand Down