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..c23bcf505a8 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 [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