From 9c89e5974a8f803a25cc80ce00d49c1bb5b900c0 Mon Sep 17 00:00:00 2001 From: Denis Rechkunov Date: Fri, 7 Nov 2025 13:48:34 +0100 Subject: [PATCH 1/2] Improve documentation for the "Use the logs data stream" option. Better phrasing and added a link to the external documentation. --- packages/filestream/changelog.yml | 5 +++++ packages/filestream/manifest.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/filestream/changelog.yml b/packages/filestream/changelog.yml index 29f730c51c0..6e1e861972e 100644 --- a/packages/filestream/changelog.yml +++ b/packages/filestream/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.1.1" + changes: + - description: Improve documentation for the "Use the logs data stream" option. + type: enhancement + link: https://github.com/elastic/integrations/pull/15901 - version: "2.1.0" changes: - description: Allow filestream to be configured to ingest GZIP files diff --git a/packages/filestream/manifest.yml b/packages/filestream/manifest.yml index 2bf481551e6..99ca1b9fb65 100644 --- a/packages/filestream/manifest.yml +++ b/packages/filestream/manifest.yml @@ -3,7 +3,7 @@ name: filestream title: Custom Logs (Filestream) description: Collect log data using filestream with Elastic Agent. type: input -version: 2.1.0 +version: 2.1.1 conditions: kibana: version: "^9.2.0" @@ -42,7 +42,7 @@ policy_templates: type: bool title: Use the "logs" data stream description: | - 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. + 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](/app/fleet/settings) tab. [Learn more](https://www.elastic.co/docs/solutions/observability/streams/wired-streams). required: false show_user: true default: false From 52386fb1e83e795735b29f6b8de3f4e230f1d926 Mon Sep 17 00:00:00 2001 From: Denis Rechkunov Date: Fri, 7 Nov 2025 18:13:49 +0100 Subject: [PATCH 2/2] Add references to enabling Streams --- packages/filestream/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filestream/manifest.yml b/packages/filestream/manifest.yml index 99ca1b9fb65..c23bcf505a8 100644 --- a/packages/filestream/manifest.yml +++ b/packages/filestream/manifest.yml @@ -42,7 +42,7 @@ policy_templates: type: bool title: Use the "logs" data stream description: | - 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](/app/fleet/settings) tab. [Learn more](https://www.elastic.co/docs/solutions/observability/streams/wired-streams). + 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 [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). required: false show_user: true default: false