Skip to content
Merged
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
5 changes: 5 additions & 0 deletions packages/eset_protect/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.11.1"
changes:
- description: "Fix 404 Not Found responses caused by a stale cached `response-id` header. Clear `cursor.response_id` on 200 OK and only include the header after 202 Accepted."
type: bugfix
link: https://github.com/elastic/integrations/pull/15831
- version: "1.11.0"
changes:
- description: "Add support for a toggle to preserve or drop the HEARTBEAT messages."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ program: |
""
),
"want_more": has(body.nextPageToken) && body.nextPageToken != null && body.nextPageToken != "",
"page_size": state.page_size
"page_size": state.page_size,
"cursor": {}
})
:
(
Expand Down
2 changes: 1 addition & 1 deletion packages/eset_protect/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: eset_protect
title: ESET PROTECT
version: "1.11.0"
version: "1.11.1"
description: Collect logs from ESET PROTECT with Elastic Agent.
type: integration
categories:
Expand Down