Skip to content

Commit 684236a

Browse files
committed
updating pr info
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
1 parent 3524a74 commit 684236a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/aws/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# newer versions go on top
22
- version: "2.45.0"
33
changes:
4-
- description: Update default data_stream.dataset to cloudwatch_logs for cloudwatch_logs data stream.
4+
- description: Update default data_stream.dataset to aws.cloudwatch_logs for cloudwatch_logs data stream.
55
type: breaking-change
66
link: https://github.com/elastic/integrations/pull/13370
77
- version: "2.44.0"

packages/aws/data_stream/cloudwatch_logs/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,13 @@ streams:
130130
- name: data_stream.dataset
131131
type: text
132132
required: true
133-
default: cloudwatch_logs
133+
default: aws.cloudwatch_logs
134134
show_user: false
135135
title: Dataset name
136136
description: |
137137
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).
138-
Note: In case you change the dataset name, the default mappings and ingest templates will not be applied to the new dataset. Advise [Datastreams Pipelines](https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html) for new pipeline creation or [Index Template](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html)
138+
139+
Note: In case you change the dataset name, the default mappings and ingest templates will not be applied to the new dataset. Advise [Datastreams Pipelines](https://www.elastic.co/guide/en/fleet/current/data-streams-pipeline-tutorial.html) for new pipeline creation or [Index Template creation](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html)
139140
140141
# Ensures agents have permissions to write data to `logs-*-*`
141142
elasticsearch:

0 commit comments

Comments
 (0)