diff --git a/packages/cloud_security_posture/changelog.yml b/packages/cloud_security_posture/changelog.yml index 2cf80994127..7e43d425f00 100644 --- a/packages/cloud_security_posture/changelog.yml +++ b/packages/cloud_security_posture/changelog.yml @@ -1,5 +1,5 @@ # newer versions go on top -- version: "1.3.0-preview" +- version: "1.3.0-preview1" changes: - description: "" type: enhancement diff --git a/packages/cloud_security_posture/data_stream/findings/agent/stream/aws.yml.hbs b/packages/cloud_security_posture/data_stream/findings/agent/stream/aws.yml.hbs index 01504cd5de0..bd8b3848479 100644 --- a/packages/cloud_security_posture/data_stream/findings/agent/stream/aws.yml.hbs +++ b/packages/cloud_security_posture/data_stream/findings/agent/stream/aws.yml.hbs @@ -7,8 +7,8 @@ fetchers: - name: aws-rds config: v1: - posture: {{posture}} - deployment: {{deployment}} + type: cspm + deployment: aws benchmark: cis_aws aws: credentials: diff --git a/packages/cloud_security_posture/data_stream/findings/agent/stream/azure.yml.hbs b/packages/cloud_security_posture/data_stream/findings/agent/stream/azure.yml.hbs index 9bfd6433346..c1ccf85c350 100644 --- a/packages/cloud_security_posture/data_stream/findings/agent/stream/azure.yml.hbs +++ b/packages/cloud_security_posture/data_stream/findings/agent/stream/azure.yml.hbs @@ -1,6 +1,6 @@ fetchers: config: v1: - posture: {{posture}} - deployment: {{deployment}} + type: cspm + deployment: azure benchmark: cis_azure diff --git a/packages/cloud_security_posture/data_stream/findings/agent/stream/eks.yml.hbs b/packages/cloud_security_posture/data_stream/findings/agent/stream/eks.yml.hbs index b1c27697663..c2b80ae96cf 100644 --- a/packages/cloud_security_posture/data_stream/findings/agent/stream/eks.yml.hbs +++ b/packages/cloud_security_posture/data_stream/findings/agent/stream/eks.yml.hbs @@ -1,7 +1,7 @@ config: v1: - posture: {{posture}} - deployment: {{deployment}} + type: kspm + deployment: eks benchmark: cis_eks aws: credentials: diff --git a/packages/cloud_security_posture/data_stream/findings/agent/stream/gcp.yml.hbs b/packages/cloud_security_posture/data_stream/findings/agent/stream/gcp.yml.hbs index 0a424d9e5e8..625727dc1f1 100644 --- a/packages/cloud_security_posture/data_stream/findings/agent/stream/gcp.yml.hbs +++ b/packages/cloud_security_posture/data_stream/findings/agent/stream/gcp.yml.hbs @@ -1,6 +1,6 @@ fetchers: config: v1: - posture: {{posture}} - deployment: {{deployment}} + type: cspm + deployment: gcp benchmark: cis_gcp diff --git a/packages/cloud_security_posture/data_stream/findings/agent/stream/vanilla.yml.hbs b/packages/cloud_security_posture/data_stream/findings/agent/stream/vanilla.yml.hbs index fea24e730e2..a50be2e289f 100644 --- a/packages/cloud_security_posture/data_stream/findings/agent/stream/vanilla.yml.hbs +++ b/packages/cloud_security_posture/data_stream/findings/agent/stream/vanilla.yml.hbs @@ -1,7 +1,7 @@ config: v1: - posture: {{posture}} - deployment: {{deployment}} + type: kspm + deployment: self_managed benchmark: cis_k8s fetchers: diff --git a/packages/cloud_security_posture/data_stream/vulnerabilities/agent/stream/aws.yml.hbs b/packages/cloud_security_posture/data_stream/vulnerabilities/agent/stream/aws.yml.hbs index baba31e1bac..7be510e6168 100644 --- a/packages/cloud_security_posture/data_stream/vulnerabilities/agent/stream/aws.yml.hbs +++ b/packages/cloud_security_posture/data_stream/vulnerabilities/agent/stream/aws.yml.hbs @@ -1,4 +1,5 @@ config: v1: - deployment: {{deployment}} + type: vuln_mgmt + deployment: aws region: eu-west-1 diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index b80daba6e87..d36ce272b11 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,7 +1,7 @@ format_version: 2.3.0 name: cloud_security_posture title: "Security Posture Management" -version: "1.3.0-preview" +version: "1.3.0-preview1" source: license: "Elastic-2.0" description: "Identify & remediate configuration risks in your Cloud infrastructure"