Skip to content

Commit 723bc8a

Browse files
change pr link; fix field description
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
1 parent 7ee8ff7 commit 723bc8a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/docker/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
changes:
44
- description: Use ecs definition of the 'event.dataset' field for container_logs.
55
type: enhancement
6-
link: https://github.com/elastic/integrations/pull/11196
6+
link: https://github.com/elastic/integrations/pull/11672
77
- version: 2.11.0
88
changes:
99
- description: Bump package-spec version to 3.2.2 to run on Serverless and stack version 9.0.

packages/docker/data_stream/container_logs/agent/stream/stream.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ paths:
33
{{#each paths}}
44
- {{this}}
55
{{/each}}
6+
data_stream:
7+
dataset: {{data_stream.dataset}}
68
{{#if condition}}
79
condition: {{ condition }}
810
{{/if}}
@@ -16,5 +18,3 @@ parsers:
1618
processors:
1719
{{processors}}
1820
{{/if}}
19-
data_stream:
20-
dataset: {{data_stream.dataset}}

packages/docker/data_stream/container_logs/manifest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ streams:
2525
multi: false
2626
required: false
2727
show_user: true
28+
- name: data_stream.dataset
29+
type: text
30+
required: true
31+
default: docker.container_logs
32+
title: Dataset name
33+
show_user: false
34+
description: >
35+
Set the name for your dataset. Changing the dataset will send the data to a different index. For more info look at [data_stream field](https://www.elastic.co/guide/en/ecs/master/ecs-data_stream.html).
2836
- name: additionalParsersConfig
2937
type: yaml
3038
title: Additional parsers configuration
@@ -39,14 +47,6 @@ streams:
3947
# pattern: '^\['
4048
# negate: true
4149
# match: after
42-
- name: data_stream.dataset
43-
type: text
44-
title: 'Datasream Dataset name'
45-
description: Name of Datastream dataset
46-
multi: false
47-
default: docker.container_logs
48-
required: true
49-
show_user: false
5050
- name: processors
5151
type: yaml
5252
title: Processors

0 commit comments

Comments
 (0)