Skip to content

Commit fadedd4

Browse files
committed
Improve formatting
1 parent d0cc736 commit fadedd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/filestream/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ policy_templates:
4242
type: bool
4343
title: Use the "logs" data stream
4444
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).
4646
required: false
4747
show_user: true
4848
default: false
4949
- name: data_stream.dataset
5050
type: text
5151
title: Dataset name
5252
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**.
5454
default: filestream.generic
5555
required: true
5656
show_user: true
5757
- name: pipeline
5858
type: text
5959
title: Ingest Pipeline
6060
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**.
6262
required: false
6363
show_user: true
6464
- name: parsers

0 commit comments

Comments
 (0)