From 8b87d6696271f0b38a90a5b1790b9de55c8e817f Mon Sep 17 00:00:00 2001 From: Amir Ben Nun Date: Sun, 2 Oct 2022 15:28:25 +0300 Subject: [PATCH 1/2] rm --- .../data_stream/findings/agent/stream/eks.yml.hbs | 4 ---- .../data_stream/findings/agent/stream/vanilla.yml.hbs | 4 ---- 2 files changed, 8 deletions(-) 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 From 6bfd51fc9ca73e23b30f7208c9a23a37efc7249e Mon Sep 17 00:00:00 2001 From: Amir Ben Nun Date: Sun, 2 Oct 2022 15:33:58 +0300 Subject: [PATCH 2/2] 0.33 --- packages/cloud_security_posture/changelog.yml | 5 +++++ packages/cloud_security_posture/manifest.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/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."