From b3df8336ea923a6203607795f9546020ed80c172 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:25:09 -0600 Subject: [PATCH] Add note about quickstart to logs stream docs (#4628) (cherry picked from commit efe94d9e7ef9e4a04e933b393de7fc89c7404ec4) --- docs/en/observability/logs-stream.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]]