File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,11 @@ Should the agent run into memory issues, one or more of the following should sol
84842 . Disable verbose mode if the extra data returned is not valuable to the user.
85853 . Increase memory on the agent.
86864 . Move the integration to its own agent.
87- 5 . Purge scan history. Scan history is the list of all scans have been run for each vulnerability finding.
88- This list can be quite large if it is not purged by the customer. Due to its size, this list can effect the amount
89- of memory required to process the qualys API results. The cel script that queries the qualys APIs removes history
90- results before sending the data to elasticsearch.
87+ 5 . If your system is using the 3.20 API or before, purge scan history. Scan history is the list of all scans have been
88+ run for each vulnerability finding. This list is returned in 3.20 and earlier APIs. This list can be quite large if
89+ it is not purged by the customer. Due to its size, this list can effect the amount of memory required to process the
90+ qualys API results. The cel script that queries the qualys APIs removes history results before sending the data to
91+ elasticsearch.
9192
9293The additional data available with verbose mode are:
9394- Web application tags
You can’t perform that action at this time.
0 commit comments