Skip to content

Commit

Permalink
[Custom AWS logs] Remove ingest pipeline option (#11681)
Browse files Browse the repository at this point in the history
* Remove ingest pipeline option from custom aws logs

* add changelog
  • Loading branch information
kaiyan-sheng authored Nov 12, 2024
1 parent 9883702 commit 822ae46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
5 changes: 5 additions & 0 deletions packages/aws_logs/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.4.1"
changes:
- description: Remove ingest pipeline input option.
type: bugfix
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
data_stream:
dataset: {{data_stream.dataset}}
{{#if pipeline}}
pipeline: {{pipeline}}
{{/if}}

{{#unless log_group_name}}
{{#unless log_group_name_prefix}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
data_stream:
dataset: {{data_stream.dataset}}
{{#if pipeline}}
pipeline: {{pipeline}}
{{/if}}

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

Expand Down
14 changes: 0 additions & 14 deletions packages/aws_logs/data_stream/generic/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,6 @@ streams:
description: >
Set the name for your dataset. Changing the dataset will send the data to a different index. You can't use `-` in the name of a dataset and only valid characters for [Elasticsearch index names](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html).
- name: pipeline
type: text
title: Ingest Pipeline
description: |
The Ingest Node pipeline ID to be used by the integration.
required: false
show_user: true
- name: custom
title: Custom configurations
description: >
Expand Down Expand Up @@ -380,13 +373,6 @@ streams:
description: >
Set the name for your dataset. Changing the dataset will send the data to a different index. You can't use `-` in the name of a dataset and only valid characters for [Elasticsearch index names](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html).
- name: pipeline
type: text
title: Ingest Pipeline
description: |
The Ingest Node pipeline ID to be used by the integration.
required: false
show_user: true
- name: custom
title: Custom configurations
description: >
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.4.0"
version: "1.4.1"
categories:
- observability
- custom
Expand Down

0 comments on commit 822ae46

Please sign in to comment.