From 3c129e8e3039f7be2d9a5f9d50c5d93c1c7e542b Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:23:21 -0600 Subject: [PATCH] Add note about quickstart to logs stream docs (#4628) (#4631) (cherry picked from commit efe94d9e7ef9e4a04e933b393de7fc89c7404ec4) Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> --- 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]]