- Notifications
You must be signed in to change notification settings - Fork545
Add cdr label to all cloud security integrations#9213
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
1a033c2aca2c24450a684f03aa4cf38ed5f384b8eeFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| format_version: 3.0.0 | ||
| name: aws | ||
| title: AWS | ||
| version: 2.12.1 | ||
| description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. | ||
| type: integration | ||
| categories: | ||
| @@ -682,6 +682,7 @@ policy_templates: | ||
| - securityhub_insights | ||
| categories: | ||
| - security | ||
| - cloudsecurity_cdr | ||
| inputs: | ||
| - type: httpjson | ||
| title: Collect AWS Security Hub logs via API | ||
| @@ -707,6 +708,7 @@ policy_templates: | ||
| - inspector | ||
| categories: | ||
| - security | ||
| - cloudsecurity_cdr | ||
| inputs: | ||
| - type: httpjson | ||
| title: Collect AWS Inspector logs via API | ||
| @@ -726,6 +728,8 @@ policy_templates: | ||
| description: Collect Amazon GuardDuty logs with Elastic Agent. | ||
| data_streams: | ||
| - guardduty | ||
| categories: | ||
| - cloudsecurity_cdr | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Do you know if security category is missing here? I do see it in the demo but it would mean it will be missing from the Security filter. which I'm not sure it makes sense | ||
| inputs: | ||
| - type: httpjson | ||
| title: Collect Amazon GuardDuty logs via API | ||