Add new AWS Security Hub Findings Full Posture data stream and update misconfig transform to use it#13372
Merged
maxcold merged 18 commits intoelastic:mainfrom Apr 17, 2025
Merged
Conversation
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
inspector |
1988.07 | 1658.37 | -329.7 (-16.58%) | 💔 |
route53_public_logs |
12820.51 | 10000 | -2820.51 (-22%) | 💔 |
apigateway_logs |
9803.92 | 6410.26 | -3393.66 (-34.62%) | 💔 |
firewall_logs |
3623.19 | 2808.99 | -814.2 (-22.47%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
seanrathier
approved these changes
Apr 4, 2025
Contributor
seanrathier
left a comment
There was a problem hiding this comment.
Wow, lots of detail here beyond my current integration knowledge so I will approve. Maybe another reviewer will notice something.
kcreddy
reviewed
Apr 14, 2025
packages/aws/data_stream/securityhub_findings_full_posture/agent/stream/httpjson.yml.hbs
Show resolved
Hide resolved
Co-authored-by: Krishna Chaitanya Reddy Burri <krish.reddy91@gmail.com>
kcreddy
approved these changes
Apr 16, 2025
maxcold
commented
Apr 16, 2025
| value: '[[formatDate (now) "20060102T150405Z"]]' | ||
| - set: | ||
| target: body.MaxResults | ||
| value: 500 |
Contributor
Author
There was a problem hiding this comment.
@kcreddy it looks like 100 is maximum in AWS SDK, i get error
Error while processing http request: failed to collect first response: failed to execute http POST: server responded with status code 400: {"Code":"InvalidInputException","Type":"InvalidInputException","RequestId":"a31ba92d-e9e8-4299-b2e3-493651a7fdb0","Message":"Invalid parameter 'MaxResults'. '500' is greater than maximum value: 100."}
💚 Build Succeeded
History
|
|
|
Package aws - 3.0.0 containing this change is available at https://epr.elastic.co/package/aws/3.0.0/ |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Proposed commit message
Similar to #12961, adding a new
AWS Security Hub Findings Full Posturedata stream, which in contrast to the existingAWS Security Hub Findingsdata stream, ingests all Security Hub Findings data every 24h to match the logic of the native Cloud Security Posture integration used bycloudbeat. Updated latest misconfigurations transform to use this new data stream as a source. Due to the change in the transform, this might be a breaking change for customers, they need to enable the new data stream when updating to still receive findings in their Findings > Misconfigurations view and other flows relying on cloud security posture dataChecklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
elastic-package buildelastic-package stack upRelated issues
Related to:
Screenshots