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/filestream/manifest.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,23 +42,23 @@ policy_templates:
42
42
type: bool
43
43
title: Use the "logs" data stream
44
44
description: |
45
-
When enabled, data ingested by this integration is written to the "logs" data stream. The `Ingest Pipeline` and the configured `Dataset name` are ignored. You also need to [Turn on wired streams](https://www.elastic.co/docs/solutions/observability/streams/wired-streams#streams-wired-streams-enable) in Streams [Settings](/app/streams) and to enable **Allow agents to write to Streams** for the output policy in the Fleet [Settings](/app/fleet/settings) tab. [Learn more](https://www.elastic.co/docs/solutions/observability/streams/wired-streams).
45
+
When enabled, data ingested by this integration is written to the "logs" data stream. **The 'Ingest Pipeline' and the configured 'Dataset name' are ignored**. You also need to [Turn on wired streams](https://www.elastic.co/docs/solutions/observability/streams/wired-streams#streams-wired-streams-enable) in Streams [Settings](/app/streams) and to enable **Allow agents to write to Streams** for the output policy in the Fleet [Settings](/app/fleet/settings) tab. [Learn more](https://www.elastic.co/docs/solutions/observability/streams/wired-streams).
46
46
required: false
47
47
show_user: true
48
48
default: false
49
49
- name: data_stream.dataset
50
50
type: text
51
51
title: Dataset name
52
52
description: |
53
-
Dataset to write data to. 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). **This field is ignored when `Use the "logs" data stream` is enabled**.
53
+
Dataset to write data to. 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). **This field is ignored when 'Use the "logs" data stream' is enabled**.
54
54
default: filestream.generic
55
55
required: true
56
56
show_user: true
57
57
- name: pipeline
58
58
type: text
59
59
title: Ingest Pipeline
60
60
description: |
61
-
The Ingest Node pipeline ID to be used by the integration. **This field is ignored when `Use the "logs" data stream` is enabled**.
61
+
The Ingest Node pipeline ID to be used by the integration. **This field is ignored when 'Use the "logs" data stream' is enabled**.
0 commit comments