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/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "6.3.0"
changes:
- description: Removed ECS field definitions from CDR transform destinations, now covered by ecs@mappings component template. Renamed overridden ECS fields files to ecs-overridden.yml for awsconfig and awsinspector transforms.
type: enhancement
link: https://github.com/elastic/integrations/pull/17552
- version: "6.2.0"
changes:
- description: |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Define ECS constant fields as constant_keyword
- name: cloud.provider
type: constant_keyword
external: ecs
- name: event.kind
type: constant_keyword
external: ecs
- name: observer.vendor
type: constant_keyword
external: ecs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Define ECS constant fields as constant_keyword
- name: cloud.provider
type: constant_keyword
external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.4.0
name: aws
title: AWS
version: 6.2.0
version: 6.3.0
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_securityhub/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Removed ECS field definitions from CDR transform destinations, now covered by ecs@mappings component template. Renamed overridden ECS fields files to ecs-overridden.yml.
type: enhancement
link: https://github.com/elastic/integrations/pull/17552
- version: "0.1.0"
changes:
- description: Initial release.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_securityhub/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: aws_securityhub
title: "AWS Security Hub"
version: 0.1.0
version: 0.2.0
source:
license: "Elastic-2.0"
description: Collect logs from AWS Security Hub with Elastic Agent.
Expand Down
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "3.3.0-preview07"
changes:
- description: Removed ECS field definitions from misconfiguration transform, now covered by ecs@mappings component template on transform destination index templates.
type: enhancement
link: https://github.com/elastic/integrations/pull/17552
- version: "3.3.0-preview06"
changes:
- description: Add gcp_credentials_cloud_connector_id to GCP stream template and mark as secret
Expand Down

This file was deleted.

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.3.2
name: cloud_security_posture
title: "Security Posture Management"
version: "3.3.0-preview06"
version: "3.3.0-preview07"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down
5 changes: 5 additions & 0 deletions packages/google_scc/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.0"
changes:
- description: Removed ECS field definitions from CDR transform destinations, now covered by ecs@mappings component template. Renamed overridden ECS fields files to ecs-overridden.yml.
type: enhancement
link: https://github.com/elastic/integrations/pull/17552
- version: "2.2.2"
changes:
- description: Remove duplicate security-solution-default tag references
Expand Down
2 changes: 1 addition & 1 deletion packages/google_scc/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.2.3"
name: google_scc
title: Google Security Command Center
version: "2.2.2"
version: "2.3.0"
description: Collect logs from Google Security Command Center with Elastic Agent.
type: integration
categories:
Expand Down
Loading