Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Findings
# Defines how often an event is sent to the output
period: 4h
fetchers:
- name: kube-api
- name: process
Expand All @@ -19,9 +18,6 @@ fetchers:
processors:
- add_cluster_id: ~

evaluator:
decision_logs: false

{{#if runtimeCfg}}
{{runtimeCfg}}
{{/if}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Findings
# Defines how often an event is sent to the output
period: 4h
fetchers:
- name: kube-api
- name: process
Expand Down Expand Up @@ -32,9 +31,6 @@ fetchers:
processors:
- add_cluster_id: ~

evaluator:
decision_logs: false

{{#if runtimeCfg}}
{{runtimeCfg}}
{{/if}}
2 changes: 1 addition & 1 deletion packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down