From 732b4ab539aeb8d4cdaa224dfbe9124e41a24bd0 Mon Sep 17 00:00:00 2001 From: Subomi Oluwalana Date: Tue, 29 Mar 2022 17:37:32 +0100 Subject: [PATCH] Fixed Getting started docs error (#5504) * Simple docs error The docs read "... are what send the logs that Loki generate to Loki" instead of "... are what send the logs that promtail generate to Loki" * Capitalise spelling of Promtail --- docs/sources/getting-started/get-logs-into-loki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/get-logs-into-loki.md b/docs/sources/getting-started/get-logs-into-loki.md index cddc738347..b90f70b9c2 100644 --- a/docs/sources/getting-started/get-logs-into-loki.md +++ b/docs/sources/getting-started/get-logs-into-loki.md @@ -41,7 +41,7 @@ The following instructions should help you get started. __path__: /var/log/*log ``` - The seven lines under `scrape_configs` are what send the logs that Loki generates to Loki, which then outputs them in the command line and http://localhost:3100/metrics. + The seven lines under `scrape_configs` are what send the logs that Promtail generates to Loki, which then outputs them in the command line and http://localhost:3100/metrics. Copy the seven lines under `scrape_configs`, and then paste them under the original job. You can instead edit the original seven lines.