-
Notifications
You must be signed in to change notification settings - Fork 525
[qualys_gav] Fix rate limit headers missing error #16810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
ShourieG
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nit.
Co-authored-by: Shourie Ganguly <[email protected]>
💚 Build Succeeded
History
|
|
Hi @clement-fouque , This PR will fix the error you're getting about
During testing, I also came across the issue that the full batch of ingestion never completes. There seems to be an issue with rate calculation. The current behavior of API calls is more throttled than what the server's rate limit headers seem to indicate. Simply put, it seems like due to wrong rate calculation, the qualys API calling rate is 60 times lower than what it should be. We're looking into it in this issue. |
|
When can we expect a resolution? The current version has issues, so I’m considering whether reverting the entire rate-limiting functionality would be the best approach to allow us to address the problem. |

Proposed commit message
Note
After resolving the
rate limit missing rateerror, I was unable to collect all events fromqualys_gav. It only ingested events for 2 intervals. After investigation, it appears thatratewas set too low or more throttled than what the server's rate limit headers indicate. (See issue.)Checklist
changelog.ymlfile.How to test this PR locally
Related issues