Skip to content

Commit eb233fc

Browse files
feature/qualys-was-13569
Updated generated README
1 parent 4927ff6 commit eb233fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/qualys_was/docs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ Should the agent run into memory issues, one or more of the following should sol
8484
2. Disable verbose mode if the extra data returned is not valuable to the user.
8585
3. Increase memory on the agent.
8686
4. 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

9293
The additional data available with verbose mode are:
9394
- Web application tags

0 commit comments

Comments
 (0)