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: 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.1.0"
changes:
- description: Remove fixed value `event.dataset` mapping for lambda_logs data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/17084
- version: "6.0.0"
changes:
- description: Remove third-party pipeline for previously removed 'third-party REST API' input from 'AWS Cloudtrail'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
value: aws
- name: event.dataset
type: constant_keyword
description: Event dataset
value: aws.lambda_logs
description: Event dataset
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.0.0"
version: 6.1.0
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down