Skip to content

Commit b244289

Browse files
authored
aws: fix agent template typo (elastic#14439)
1 parent 7b70416 commit b244289

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.10.1"
3+
changes:
4+
- description: Fix configuration template typo.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14439
27
- version: "3.10.0"
38
changes:
49
- description: Allow user-specification of fields to retain in the cloudtrail data stream.

packages/aws/data_stream/cloudtrail/agent/stream/aws-cloudwatch.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ processors:
108108
fields_under_root: true
109109
fields:
110110
_conf:
111-
retail: {{retain}}
111+
retain: {{retain}}

packages/aws/data_stream/cloudtrail/agent/stream/aws-s3.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ processors:
114114
fields_under_root: true
115115
fields:
116116
_conf:
117-
retail: {{retain}}
117+
retain: {{retain}}

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: 3.10.0
4+
version: 3.10.1
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)