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
pull/5728/head
Subomi Oluwalana 4 years ago committed by GitHub
parent 34433343e8
commit 732b4ab539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save