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
Expand Up @@ -7,8 +7,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.8.0-preview01"
- version: "1.8.0-preview02"
changes:
- description: Add missing ECS orchestrator fields
type: enhancement
link: https://github.com/elastic/integrations/pull/8720
- description: Adopt Secrets
type: enhancement
link: https://github.com/elastic/integrations/pull/8665
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,20 @@
external: ecs
- name: event.type
external: ecs
- name: orchestrator.type
external: ecs
- name: orchestrator.cluster.id
external: ecs
- name: orchestrator.cluster.name
external: ecs
- name: orchestrator.cluster.version
external: ecs
- name: orchestrator.resource.id
external: ecs
- name: orchestrator.resource.name
external: ecs
- name: orchestrator.resource.type
external: ecs
- name: cloud.account.id
external: ecs
- name: cloud.account.name
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: 3.0.0
name: cloud_security_posture
title: "Security Posture Management"
version: "1.8.0-preview01"
version: "1.8.0-preview02"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down