Skip to content
Open
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/qualys_vmdr/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion packages/qualys_vmdr/manifest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down