Skip to content

Commit 4485d0f

Browse files
authored
qualys_vmdr: add config option for query list length (#15890)
1 parent 4bbefe6 commit 4485d0f

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/qualys_vmdr/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "6.12.0"
3+
changes:
4+
- description: Allow user configuration of `/api/3.0/fo/knowledge_base/vuln/` request limits.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15890
27
- version: "6.11.0"
38
changes:
49
- description: Improve handling of host query lists in asset_host_detection data stream.

packages/qualys_vmdr/data_stream/asset_host_detection/agent/stream/input.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ state:
2222
params: {{input_parameters}}
2323
show_igs: {{show_igs}}
2424
keep_xml: {{preserve_original_event}}
25-
query_limit: 1000
25+
query_limit: {{host_qid_list_query_limit}}
2626
redact:
2727
fields:
2828
- password

packages/qualys_vmdr/data_stream/asset_host_detection/manifest.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ streams:
3030
multi: false
3131
required: true
3232
show_user: false
33+
- name: host_qid_list_query_limit
34+
type: integer
35+
title: Vulnerability knowledge base list query limit
36+
description: >-
37+
Limit for the number of knowledge base IDs included in enrichment requests. This should be lowered if requests to the `/api/3.0/fo/knowledge_base/vuln/` endpoint return 414 status codes.
38+
default: 500
39+
multi: false
40+
required: true
41+
show_user: false
3342
- name: http_client_timeout
3443
type: text
3544
title: HTTP Client Timeout

packages/qualys_vmdr/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.4.0"
22
name: qualys_vmdr
33
title: Qualys VMDR
4-
version: "6.11.0"
4+
version: "6.12.0"
55
description: Collect data from Qualys VMDR platform with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)