diff --git a/docs/en/observability/logs-stream.asciidoc b/docs/en/observability/logs-stream.asciidoc index 05eff2d7fc..cf1deb98ee 100644 --- a/docs/en/observability/logs-stream.asciidoc +++ b/docs/en/observability/logs-stream.asciidoc @@ -1,7 +1,11 @@ [[logs-stream]] = Stream any log file -This guide shows you how to send a log file to Elasticsearch using a standalone {agent} and configure the {agent} and your data streams using the `elastic-agent.yml` file, and query your logs using the data streams you've set up. +This guide shows you how to manually configure a standalone {agent} to send your log data to {es} using the `elastic-agent.yml` file. + +If you don't want to manually configure the {agent}, you can use the **Monitor hosts with {agent}** quickstart. Refer to the <> for more information. + +Continue with this guide for instructions on manual configuration. [discrete] [[logs-stream-prereq]]