Skip to content

Commit d4b8120

Browse files
author
kaiyan-sheng
committed
add changelog
1 parent de6db0a commit d4b8120

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

packages/aws_logs/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
changes:
33
- description: Remove ingest pipeline input option.
44
type: bugfix
5-
link: https://github.com/elastic/integrations/pull/10480
5+
link: https://github.com/elastic/integrations/pull/11681
66
- version: "1.4.0"
77
changes:
88
- description: Update file_selectors field to be able to receive multiline configuration

packages/aws_logs/data_stream/generic/agent/stream/aws-cloudwatch.yml.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
data_stream:
22
dataset: {{data_stream.dataset}}
3-
{{#if pipeline}}
4-
pipeline: {{pipeline}}
5-
{{/if}}
63

74
{{#unless log_group_name}}
85
{{#unless log_group_name_prefix}}

packages/aws_logs/data_stream/generic/agent/stream/aws-s3.yml.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
data_stream:
22
dataset: {{data_stream.dataset}}
3-
{{#if pipeline}}
4-
pipeline: {{pipeline}}
5-
{{/if}}
63

74
{{! The aws-s3 input can be configured to read from an SQS queue or an S3 bucket. }}
85

0 commit comments

Comments
 (0)