-
Notifications
You must be signed in to change notification settings - Fork 474
[github] Add Support for AWS S3 and AWS SQS Input in Audit Dataset #14635
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
[github] Add Support for AWS S3 and AWS SQS Input in Audit Dataset #14635
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
As the elastic-package version 0.113.0 is out today, will add the system test of AWS input type too in this PR. |
1. Add aws system test. 2. Update manifest parameters as per comments.
…github-2.11.0 Conflicts: packages/github/changelog.yml packages/github/manifest.yml
@kcreddy Resolved the comments and added the AWS system test. |
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.
@mohitjha-elastic , LGTM overall.
Can approve after fixing CI failures.
"log": { | ||
"file": { | ||
"path": "https://elastic-package-github-audit-bucket-43960.s3.us-east-1.amazonaws.com/test-audit.log" | ||
}, | ||
"offset": 0 | ||
}, |
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.
Do we need this given that we have the information in the aws.s3
fields?
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.
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.
Yes, please. Something like what we are doing in the crowdstrike.fdr data stream.
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, please wait for @efd6
|
💚 Build Succeeded
History
|
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.
Thanks
Package github - 2.11.0 containing this change is available at https://epr.elastic.co/package/github/2.11.0/ |
Proposed commit message
Checklist
changelog.yml
file.How to test this PR locally
Related Issue