Skip to content

Commit dff3ec5

Browse files
committed
Improve documentation for the "Use the logs data stream" option.
Better phrasing and added a link to the external documentation.
1 parent 4aa233e commit dff3ec5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/filestream/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.1.1"
3+
changes:
4+
- description: Improve documentation for the "Use the logs data stream" option.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15901
27
- version: "2.1.0"
38
changes:
49
- description: Allow filestream to be configured to ingest GZIP files

packages/filestream/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: filestream
33
title: Custom Logs (Filestream)
44
description: Collect log data using filestream with Elastic Agent.
55
type: input
6-
version: 2.1.0
6+
version: 2.1.1
77
conditions:
88
kibana:
99
version: "^9.2.0"
@@ -42,7 +42,7 @@ policy_templates:
4242
type: bool
4343
title: Use the "logs" data stream
4444
description: |
45-
Enabling this will send all the ingested data to the "logs" data stream. This feature is disabled by default. If enabled the Dataset name option is ignored. "Write to logs streams" option must be enabled in the output settings for this to work.
45+
When enabled, data ingested by this integration is written to the "logs" data stream, and the configured dataset name is ignored. You also need to enable **Allow agents to write to Streams** for the output policy in the 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

0 commit comments

Comments
 (0)