Skip to content

Commit 662bd7e

Browse files
authored
updating disclaimer for aws_cloudwatch logs (#13370)
* updating disclaimer for aws_cloudwatch logs Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co> --------- Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
1 parent 1a80dc6 commit 662bd7e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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: "2.45.0"
3+
changes:
4+
- description: Update default data_stream.dataset to aws.cloudwatch_logs for cloudwatch_logs data stream.
5+
type: breaking-change
6+
link: https://github.com/elastic/integrations/pull/13370
27
- version: "2.44.0"
38
changes:
49
- description: Add `actor.entity.id` and `target.entity.id`

packages/aws/data_stream/cloudwatch_logs/manifest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,14 @@ streams:
130130
- name: data_stream.dataset
131131
type: text
132132
required: true
133-
default: generic
133+
default: aws.cloudwatch_logs
134134
show_user: false
135135
title: Dataset name
136-
description: >
136+
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).
138138
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)
140+
139141
# Ensures agents have permissions to write data to `logs-*-*`
140142
elasticsearch:
141143
dynamic_dataset: true

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.1
22
name: aws
33
title: AWS
4-
version: 2.44.0
4+
version: 2.45.0
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)