You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docker/data_stream/container_logs/manifest.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,14 @@ streams:
25
25
multi: false
26
26
required: false
27
27
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).
0 commit comments