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.3"
changes:
- description: "Fix batch_size default/max to match the ESET API page_size limit (1000)."
type: bugfix
link: https://github.com/elastic/integrations/pull/16896
- version: "1.11.2"
changes:
- description: "Fix `404 Not Found` responses caused by a stale cached `response-id` header by correctly clearing `cursor` on API errors."
Expand Down
4 changes: 2 additions & 2 deletions packages/eset_protect/data_stream/detection/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ streams:
- name: batch_size
type: integer
title: Batch Size
description: Batch size for the response of the ESET Connect API. The maximum supported batch size value is 10000.
default: 10000
description: Batch size for the response of the ESET Connect API. The maximum supported batch size value is 1000.
default: 1000
multi: false
required: true
show_user: false
Expand Down
4 changes: 2 additions & 2 deletions packages/eset_protect/data_stream/device_task/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ streams:
- name: batch_size
type: integer
title: Batch Size
description: Batch size for the response of the ESET Connect API. The maximum supported batch size value is 10000.
default: 10000
description: Batch size for the response of the ESET Connect API. The maximum supported batch size value is 1000.
default: 1000
multi: false
required: true
show_user: false
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.2"
version: "1.11.3"
description: Collect logs from ESET PROTECT with Elastic Agent.
type: integration
categories:
Expand Down