Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
CohenIdo merged 6 commits intoelastic:mainfromCohenIdo:add-cdr-label
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
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
7 changes: 6 additions & 1 deletionpackages/aws/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.12.1"
changes:
- description: Add cloudsecurity_cdr sub category label.
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "2.12.0"
changes:
- description: Enable 'secret' for the sensitive fields.
Expand DownExpand Up@@ -1177,7 +1182,7 @@
- description: Convert to generated ECS fields
type: enhancement
link: https://github.com/elastic/integrations/pull/1465
- version:'0.10.2'
- version:"0.10.2"
changes:
- description: update to ECS 1.11.0
type: enhancement
Expand Down
6 changes: 5 additions & 1 deletionpackages/aws/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: aws
title: AWS
version: 2.12.0
version: 2.12.1
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand DownExpand Up@@ -682,6 +682,7 @@ policy_templates:
- securityhub_insights
categories:
- security
- cloudsecurity_cdr
inputs:
- type: httpjson
title: Collect AWS Security Hub logs via API
Expand All@@ -707,6 +708,7 @@ policy_templates:
- inspector
categories:
- security
- cloudsecurity_cdr
inputs:
- type: httpjson
title: Collect AWS Inspector logs via API
Expand All@@ -726,6 +728,8 @@ policy_templates:
description: Collect Amazon GuardDuty logs with Elastic Agent.
data_streams:
- guardduty
categories:
- cloudsecurity_cdr
Copy link
Contributor

Choose a reason for hiding this comment

The 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
Expand Down
5 changes: 4 additions & 1 deletionpackages/cloud_security_posture/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,8 +7,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.8.0-preview07"
- version: "1.8.0-preview08"
changes:
- description: Add cloudsecurity_cdr sub category label.
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- description: Add missing CIS Azure rule templates
type: enhancement
link: https://github.com/elastic/integrations/pull/9211
Expand Down
5 changes: 2 additions & 3 deletionspackages/cloud_security_posture/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
format_version: 3.0.0
name: cloud_security_posture
title: "Security Posture Management"
version: "1.8.0-preview07"
version: "1.8.0-preview08"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
type: integration
categories:
- aws
- kubernetes
- security
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.13.0"
Expand Down
5 changes: 5 additions & 0 deletionspackages/google_scc/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.1"
changes:
- description: Add cloudsecurity_cdr sub category label
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "1.1.0"
changes:
- description: Set sensitive values as secret.
Expand Down
3 changes: 2 additions & 1 deletionpackages/google_scc/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
format_version: "3.0.0"
name: google_scc
title: Google Security Command Center
version: "1.1.0"
version: "1.1.1"
description: Collect logs from Google Security Command Center with Elastic Agent.
type: integration
categories:
- google_cloud
- security
- cloudsecurity_cdr
conditions:
kibana:
version: ^8.12.0
Expand Down
5 changes: 5 additions & 0 deletionspackages/microsoft_defender_cloud/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.1"
changes:
- description: Add cloudsecurity_cdr sub category label
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "1.1.0"
changes:
- description: Set sensitive values as secret and add missing mappings.
Expand Down
3 changes: 2 additions & 1 deletionpackages/microsoft_defender_cloud/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
format_version: "3.0.2"
name: microsoft_defender_cloud
title: Microsoft Defender for Cloud
version: "1.1.0"
version: "1.1.1"
description: Collect logs from Microsoft Defender for Cloud with Elastic Agent.
type: integration
categories:
- security
- cloudsecurity_cdr
conditions:
kibana:
version: ^8.12.0
Expand Down
5 changes: 5 additions & 0 deletionspackages/prisma_cloud/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.1"
changes:
- description: Add cloudsecurity_cdr sub category label
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "1.1.0"
changes:
- description: Set sensitive values as secret.
Expand Down
3 changes: 2 additions & 1 deletionpackages/prisma_cloud/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
format_version: 3.0.0
name: prisma_cloud
title: "Palo Alto Prisma Cloud"
version: "1.1.0"
version: "1.1.1"
description: "Collect logs from Prisma Cloud with Elastic Agent."
type: integration
categories:
- security
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.12.0"
Expand Down
5 changes: 5 additions & 0 deletionspackages/snyk/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.20.1"
changes:
- description: Add cloudsecurity_cdr sub category label
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "1.20.0"
changes:
- description: Set sensitive values as secret.
Expand Down
3 changes: 2 additions & 1 deletionpackages/snyk/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
format_version: "3.0.2"
name: snyk
title: "Snyk"
version: "1.20.0"
version: "1.20.1"
description: Collect logs from Snyk with Elastic Agent.
type: integration
categories:
- security
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.12.0"
Expand Down
5 changes: 5 additions & 0 deletionspackages/wiz/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.1"
changes:
- description: Add cloudsecurity_cdr sub category label
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "1.1.0"
changes:
- description: Set sensitive values as secret.
Expand Down
3 changes: 2 additions & 1 deletionpackages/wiz/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
format_version: 3.0.2
name: wiz
title: Wiz
version: "1.1.0"
version: "1.1.1"
description: Collect logs from Wiz with Elastic Agent.
type: integration
categories:
- security
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.12.0"
Expand Down

[8]ページ先頭

©2009-2026 Movatter.jp