diff --git a/packages/qualys_vmdr/changelog.yml b/packages/qualys_vmdr/changelog.yml index 8944993b613..4660db1bad3 100644 --- a/packages/qualys_vmdr/changelog.yml +++ b/packages/qualys_vmdr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "6.20.0" + changes: + - description: Request 4Gi of memory for agentless deployments to avoid out-of-memory restarts in the asset_host_detection data stream. + type: enhancement + link: https://github.com/elastic/integrations/pull/20579 - version: "6.19.4" changes: - description: Fix deduplication in the asset_host_detection data stream. diff --git a/packages/qualys_vmdr/manifest.yml b/packages/qualys_vmdr/manifest.yml index 22880d5a64f..760590ea25e 100644 --- a/packages/qualys_vmdr/manifest.yml +++ b/packages/qualys_vmdr/manifest.yml @@ -1,7 +1,7 @@ format_version: "3.4.0" name: qualys_vmdr title: Qualys VMDR -version: "6.19.4" +version: "6.20.0" description: Collect data from Qualys VMDR platform with Elastic Agent. type: integration categories: @@ -45,6 +45,9 @@ policy_templates: organization: security division: engineering team: security-service-integrations + resources: + requests: + memory: 4Gi # Due to the large volume of data being processed in memory, a 4 GB allocation is required for agentless deployment. inputs: - type: cel title: Collect Qualys VMDR data via API