Skip to content
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.securityhub_findings: Improve support for CDR #11158

Merged
merged 37 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
36732d3
Add CSPM fields - 1
kcreddy Sep 17, 2024
a94baae
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub
kcreddy Sep 17, 2024
93dd726
reformat
kcreddy Sep 17, 2024
c2c58ff
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub-2
kcreddy Sep 17, 2024
364c668
reformat
kcreddy Sep 17, 2024
0d6a54b
Add more ECS fields
kcreddy Sep 20, 2024
866e8c9
Consider multiple resources
kcreddy Sep 20, 2024
849e444
Split single and multiple resource logic. Add multiple resources test.
kcreddy Sep 23, 2024
a73b971
Add tags and update comments
kcreddy Sep 23, 2024
4c0472b
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub-2
kcreddy Sep 23, 2024
549ea69
Add visualization to findings dashboard
kcreddy Sep 23, 2024
09a3e99
update typeMigrationVersion on kibana searches
kcreddy Sep 23, 2024
f898ffc
Address PR comments.
kcreddy Sep 24, 2024
0d43327
Address PR comments-1
kcreddy Sep 25, 2024
0897d24
Add PR comment-2
kcreddy Sep 25, 2024
69603d5
Address PR comments-3. Use constant_keyword
kcreddy Sep 26, 2024
a806320
Address PR comments-4. Separate res.Details != null condition block a…
kcreddy Sep 26, 2024
f6b7cea
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub
kcreddy Sep 30, 2024
fe69984
Merge branch 'cspm-aws_securityhub' of https://github.com/kcreddy/int…
kcreddy Sep 30, 2024
e04489a
fix HEAD
kcreddy Sep 30, 2024
a914bcf
ecs fields sorted.
kcreddy Sep 30, 2024
6d9d901
Address Pr comments-5. Remove unused fields from mapping.
kcreddy Oct 2, 2024
603643a
Add misconfiguration_latest transform
kcreddy Oct 7, 2024
be802d8
Address PR comment. Update transform retention to 90d.
kcreddy Oct 11, 2024
6b31c8a
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub
kcreddy Oct 11, 2024
6ae7527
Address PR comments. Updated rule fields to keyword.
kcreddy Oct 15, 2024
63fdd87
update readme
kcreddy Oct 15, 2024
d349bec
Remove references from pipeline tests
kcreddy Oct 15, 2024
b26ac6b
Merge branch 'main' of https://github.com/elastic/integrations into c…
kcreddy Oct 15, 2024
1d92a8f
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub
kcreddy Oct 15, 2024
451cae9
update fields to ecs
kcreddy Oct 28, 2024
0dfc25d
Merge remote-tracking branch 'upstream/main' into cspm-aws_securityhub
kcreddy Oct 28, 2024
0e44091
address pr comments.
kcreddy Oct 29, 2024
d861580
fix static test
kcreddy Oct 30, 2024
a0a7e23
update/fix readme
kcreddy Oct 30, 2024
1080998
address pr comments
kcreddy Oct 30, 2024
aafe9a9
address pr comments. Remove unnecessary `ignore_empty_value` option
kcreddy Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.26.0"
changes:
- description: Improve support for CDR in securityhub_findings data stream.
kcreddy marked this conversation as resolved.
Show resolved Hide resolved
type: enhancement
link: https://github.com/elastic/integrations/pull/11158
- version: "2.25.0"
changes:
- description: "Allow @custom pipeline access to event.original without setting preserve_original_event."
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading