Skip to content

Commit

Permalink
Fix aws logs duplicated keys in agent template (#12100)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Dec 19, 2024
1 parent cadea78 commit 962d495
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 6 additions & 1 deletion packages/aws_logs/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 1.5.2
changes:
- description: Fix dupplicated keys buffer_size, fips_enabled, in agent template.
type: bugfix
link: https://github.com/elastic/integrations/pull/12100
- version: "1.5.1"
changes:
- description: Add required permissions for Custom AWS Logs.
Expand All @@ -20,7 +25,7 @@
link: https://github.com/elastic/integrations/pull/11681
- version: "1.4.0"
changes:
- description: Update file_selectors field to be able to receive multiline configuration
- description: Update file_selectors field to be able to receive multiline configuration
type: enhancement
link: https://github.com/elastic/integrations/pull/10789
- version: "1.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ encoding: {{ encoding }}
{{#if expand_event_list_from_field }}
expand_event_list_from_field: {{ expand_event_list_from_field }}
{{/if}}
{{#if buffer_size }}
buffer_size: {{ buffer_size }}
{{/if}}

{{#if fips_enabled }}
fips_enabled: {{ fips_enabled }}
{{/if}}
Expand Down Expand Up @@ -128,9 +126,6 @@ session_token: {{session_token}}
{{#if role_arn}}
role_arn: {{role_arn}}
{{/if}}
{{#if fips_enabled}}
fips_enabled: {{fips_enabled}}
{{/if}}
{{#if proxy_url }}
proxy_url: {{proxy_url}}
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: aws_logs
title: Custom AWS Logs
description: Collect raw logs from AWS S3 or CloudWatch with Elastic Agent.
type: integration
version: "1.5.1"
version: "1.5.2"
categories:
- observability
- custom
Expand Down

0 comments on commit 962d495

Please sign in to comment.