diff --git a/packages/cloud_security_posture/changelog.yml b/packages/cloud_security_posture/changelog.yml index c78736118af..f243be79645 100644 --- a/packages/cloud_security_posture/changelog.yml +++ b/packages/cloud_security_posture/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.0.33" + changes: + - description: Remove unconfigurable default fields from hbs files + type: enhancement + link: https://github.com/elastic/integrations/pull/4359 - version: "0.0.32" changes: - description: | 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 ff6defe9567..723778f8149 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,6 +1,5 @@ name: Findings # Defines how often an event is sent to the output -period: 4h fetchers: - name: kube-api - name: process @@ -19,9 +18,6 @@ fetchers: processors: - add_cluster_id: ~ -evaluator: - decision_logs: false - {{#if runtimeCfg}} {{runtimeCfg}} {{/if}} 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 93e9a82a0f7..87c79b69071 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,6 +1,5 @@ name: Findings # Defines how often an event is sent to the output -period: 4h fetchers: - name: kube-api - name: process @@ -32,9 +31,6 @@ fetchers: processors: - add_cluster_id: ~ -evaluator: - decision_logs: false - {{#if runtimeCfg}} {{runtimeCfg}} {{/if}} \ No newline at end of file diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index 9014936f3b3..07770087aa7 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cloud_security_posture title: "Kubernetes Security Posture Management" -version: 0.0.32 +version: 0.0.33 release: beta license: basic description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."