-
Notifications
You must be signed in to change notification settings - Fork 474
[qualys_vmdr] add user activity log data stream #10017
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
[qualys_vmdr] add user activity log data stream #10017
Conversation
Add a new data stream to pull user activity logs from Qualys VMDR. It collects data from the /api/2.0/fo/activity_log/?action=list API. The API returns data in CSV format. https://docs.qualys.com/en/vm/api/users/index.htm#t=activity%2Fexport_activity.htm
[git-generate] cd packages/qualys_vmdr elastic-package changelog add --link #10017 --next minor --type enhancement --description 'Add new data stream for collecting user activity logs.'
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
Needs elastic-package build
.
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
packages/qualys_vmdr/data_stream/user_activity/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
asset_host_detection |
1114.83 | 882.61 | -232.22 (-20.83%) | 💔 |
knowledge_base |
2150.54 | 1468.43 | -682.11 (-31.72%) | 💔 |
To see the full report comment with /test benchmark fullreport
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
…user_activity-data-stream # Conflicts: # packages/qualys_vmdr/changelog.yml
💚 Build Succeeded
History
|
|
Package qualys_vmdr - 3.2.0 containing this change is available at https://epr.elastic.co/search?package=qualys_vmdr |
Proposed commit message
Add a new data stream to pull user activity logs from Qualys VMDR. It collects data from the
/api/2.0/fo/activity_log/?action=list
API. The API returns data in CSV format.https://docs.qualys.com/en/vm/api/users/index.htm#t=activity%2Fexport_activity.htm
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots