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.1.1"
changes:
- description: CSPM support spaces for 8.6 - fix
type: enhancement
link: https://github.com/elastic/integrations/pull/4885
- version: "1.0.9"
changes:
- description: CSPM support spaces for 8.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ streams:
show_user: false
- name: role_arn
type: text
title: ARN Role
title: ARN Role
multi: false
required: false
show_user: false

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"attributes": {
"description": "",
"title": "logs-cloud_security_posture.findings_latest-*",
"timeFieldName": "@timestamp",
"namespaces": "[*]"
},
"coreMigrationVersion": "8.3.0",
"id": "cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe",
"migrationVersion": {
"index-pattern": "8.0.0"
},
"type": "index-pattern"
}
"attributes": {
"description": "",
"title": "logs-cloud_security_posture.findings_latest-*",
"timeFieldName": "@timestamp",
"namespaces": "[*]"
},
"coreMigrationVersion": "8.3.0",
"id": "cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe",
"migrationVersion": {
"index-pattern": "8.0.0"
},
"type": "index-pattern"
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"attributes": {
"description": "",
"title": "logs-cloud_security_posture.findings-*",
"timeFieldName": "@timestamp",
"namespaces": "[*]"
},
"coreMigrationVersion": "8.1.0",
"id": "cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f",
"migrationVersion": {
"index-pattern": "8.0.0"
},
"type": "index-pattern"
}
"attributes": {
"description": "",
"title": "logs-cloud_security_posture.findings-*",
"timeFieldName": "@timestamp",
"namespaces": "[*]"
},
"coreMigrationVersion": "8.1.0",
"id": "cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f",
"migrationVersion": {
"index-pattern": "8.0.0"
},
"type": "index-pattern"
}
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 (KSPM)"
version: 1.0.9
version: 1.1.1
release: ga
license: basic
description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."
Expand Down