File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
packages/cloud_security_posture
data_stream/findings/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
# 1.4.x - 8.9.x
5
5
# 1.3.x - 8.8.x
6
6
# 1.2.x - 8.7.x
7
-
7
+ - version : " 1.5.0-preview28"
8
+ changes :
9
+ - description : Added ingest processor to copy cluster_id to orchestrator.cluster.id
10
+ type : enhancement
11
+ link : https://github.com/elastic/integrations/pull/7185
8
12
- version : " 1.5.0-preview27"
9
13
changes :
10
14
- description : Seperate KSPM and CSPM cloudformation templates
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ processors:
9
9
value : ' kspm'
10
10
description : ' Backward compatibility cloudbeat version < 8.7'
11
11
if : ctx.rule?.benchmark?.posture_type == null
12
+ - set :
13
+ field : orchestrator.cluster.id
14
+ value : ctx.cluster_id
15
+ description : ' Backward compatibility cloudbeat version < 8.8'
16
+ if : ctx.orchestrator?.cluster?.id == null
12
17
on_failure :
13
18
- set :
14
19
field : error.message
Original file line number Diff line number Diff line change 1
1
format_version : 2.3.0
2
2
name : cloud_security_posture
3
3
title : " Security Posture Management"
4
- version : " 1.5.0-preview27 "
4
+ version : " 1.5.0-preview28 "
5
5
source :
6
6
license : " Elastic-2.0"
7
7
description : " Identify & remediate configuration risks in your Cloud infrastructure"
You can’t perform that action at this time.
0 commit comments