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: "1.2.6"
changes:
- description: Add posture_type field to mapping
type: enhancement
link: https://github.com/elastic/integrations/pull/5035
- version: "1.2.5"
changes:
- description: Add S3 fetcher to the AWS CSPM hbs file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
ignore_above: 1024
description: Version of the compliance benchmark.
default_field: false
- name: benchmark.posture_type
level: extended
type: keyword
ignore_above: 1024
description: Type of the compliance benchmark.
default_field: false
- name: description
level: extended
type: keyword
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: 1.0.0
name: cloud_security_posture
title: "Security Posture Management (CSPM/KSPM)"
version: 1.2.5
version: 1.2.6
release: ga
license: basic
description: "DO NOT USE MAIN TILE (WIP)"
Expand Down