-
Notifications
You must be signed in to change notification settings - Fork 435
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
Adding EKS input type to the cloud security posture integration #3619
Adding EKS input type to the cloud security posture integration #3619
Conversation
@@ -1,6 +1,28 @@ | |||
title: "Findings" | |||
type: logs | |||
streams: | |||
- input: cloudbeat | |||
- input: cloudbeat/vanilla |
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.
Need to verify before merging it, that the integration is part of the ELK release candidate
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.
It is not part of the official release but we set the integration to work only with 8.4 version so no worries regrading it
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.
🌐 Coverage report
|
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,
do not merge before elastic/elastic-agent#638
@@ -1,6 +1,28 @@ | |||
title: "Findings" | |||
type: logs | |||
streams: | |||
- input: cloudbeat | |||
- input: cloudbeat/vanilla |
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.
What does this PR do?
This PR is enhancing the current Cloud security posture integration by adding another input type that supports collecting findings against an EKS cluster.
The new input type defines new input fields AKA the AWS credentials that should be sent as part of creating the integration.
Checklist
changelog.yml
file.Related issues