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
5 changes: 4 additions & 1 deletion packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# newer versions go on top
- version: "1.3.0-preview5"
- version: "1.3.0-preview6"
changes:
- description: New vulnerability management integration
type: enhancement
link: https://github.com/elastic/integrations/pull/5266
- description: Support ECS orchestrator.cluster.id field
Comment thread
orestisfl marked this conversation as resolved.
Outdated
type: enhancement
link: https://github.com/elastic/integrations/pull/5872
- description: Added categories and/or subcategories.
type: enhancement
link: https://github.com/elastic/integrations/pull/5123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
external: ecs
- name: event.type
external: ecs
- name: orchestrator.cluster.id
external: ecs
- name: orchestrator.cluster.name
external: ecs
- name: cloud.account.id
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.3.0-preview5"
version: "1.3.0-preview6"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down