-
Notifications
You must be signed in to change notification settings - Fork 474
[AWS] Add mappings for runtimeDetails field in GuardDuty events #11392
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
[AWS] Add mappings for runtimeDetails field in GuardDuty events #11392
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
route53_resolver_logs |
6493.51 | 4672.9 | -1820.61 (-28.04%) | 💔 |
cloudtrail |
1650.17 | 1283.7 | -366.47 (-22.21%) | 💔 |
To see the full report comment with /test benchmark fullreport
fb55d15
to
f5f66c7
Compare
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
f5f66c7
to
915c1df
Compare
packages/aws/data_stream/guardduty/_dev/test/pipeline/test-guardduty.log-expected.json
Outdated
Show resolved
Hide resolved
packages/aws/data_stream/guardduty/_dev/test/pipeline/test-guardduty.log-expected.json
Outdated
Show resolved
Hide resolved
packages/aws/data_stream/guardduty/_dev/test/pipeline/test-guardduty.log-expected.json
Outdated
Show resolved
Hide resolved
💚 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.
code owner approval.
Package aws - 2.29.0 containing this change is available at https://epr.elastic.co/search?package=aws |
…tic#11392) Add mappings for runtimeDetails field in GuardDuty events
…tic#11392) Add mappings for runtimeDetails field in GuardDuty events
Proposed commit message
As reported in an SDH, the content of the field
service.runtimeDetails
was not being parsed and mapped for GuardDuty events. That field contains critical information about the event so it is important to process it properly.The schema of the
runtimeDetails
field can be found here.Checklist
changelog.yml
file.