Skip to content
Closed
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
1 change: 1 addition & 0 deletions packages/cloud_security_posture/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dependencies:
ecs:
reference: git@v8.6.0
import_mappings: true
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.12"
changes:
- description: Enable auto import for ecs fields
type: enhancement
link: https://github.com/elastic/integrations/pull/6239
- version: "1.4.0-preview2"
changes:
- description: Populate new CloudFormation param ElasticArtifactServer
Expand Down
128 changes: 0 additions & 128 deletions packages/cloud_security_posture/data_stream/findings/fields/ecs.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ilm_policy: logs-cloud_security_posture.findings-default_policy
elasticsearch:
index_template:
mappings:
dynamic: false
dynamic: true
# IMPORTANT: set all streams as disabled by default
streams:
- input: cloudbeat/cis_k8s
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dataset: cloud_security_posture.vulnerabilities
elasticsearch:
index_template:
mappings:
dynamic: false
dynamic: true
# IMPORTANT: set all streams as disabled by default
streams:
- input: cloudbeat/vuln_mgmt_aws
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.4.0-preview2"
version: "1.2.12"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CohenIdo pay attention when testing it locally that 1.2.13 is our latest version - so you might not work with the version you expect it to be

source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down