diff --git a/packages/eset_protect/changelog.yml b/packages/eset_protect/changelog.yml index c942591b85e..3a28501b0e2 100644 --- a/packages/eset_protect/changelog.yml +++ b/packages/eset_protect/changelog.yml @@ -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." diff --git a/packages/eset_protect/data_stream/detection/manifest.yml b/packages/eset_protect/data_stream/detection/manifest.yml index 321d9c159db..112f685a41f 100644 --- a/packages/eset_protect/data_stream/detection/manifest.yml +++ b/packages/eset_protect/data_stream/detection/manifest.yml @@ -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 diff --git a/packages/eset_protect/data_stream/device_task/manifest.yml b/packages/eset_protect/data_stream/device_task/manifest.yml index 7575d8234ab..5cbf1ad007a 100644 --- a/packages/eset_protect/data_stream/device_task/manifest.yml +++ b/packages/eset_protect/data_stream/device_task/manifest.yml @@ -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 diff --git a/packages/eset_protect/manifest.yml b/packages/eset_protect/manifest.yml index 88cb6d7f33b..5c3ab7564b1 100644 --- a/packages/eset_protect/manifest.yml +++ b/packages/eset_protect/manifest.yml @@ -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: