Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x

- version: "1.5.0-preview28"
changes:
- description: Added ingest processor to copy cluster_id to orchestrator.cluster.id
type: enhancement
link: https://github.com/elastic/integrations/pull/7185
- version: "1.5.0-preview27"
changes:
- description: Seperate KSPM and CSPM cloudformation templates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ processors:
value: 'kspm'
description: 'Backward compatibility cloudbeat version < 8.7'
if: ctx.rule?.benchmark?.posture_type == null
- set:
field: orchestrator.cluster.id
copy_from: cluster_id
description: 'Backward compatibility cloudbeat version < 8.8'
if: ctx.orchestrator?.cluster?.id == null
on_failure:
- set:
field: error.message
Expand Down
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: 2.3.0
name: cloud_security_posture
title: "Security Posture Management"
version: "1.5.0-preview27"
version: "1.5.0-preview28"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down