docs: Restore link to flog (#12011)

Co-authored-by: Trevor Whitney <trevorjwhitney@gmail.com>
pull/12028/head
J Stickler 1 year ago committed by GitHub
parent 1dce7b512c
commit 6e4a9f3bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/get-started/quick-start.md

@ -11,7 +11,7 @@ If you want to experiment with Loki, you can run Loki locally using the Docker C
The Docker Compose configuration instantiates the following components, each in its own container:
- **Flog** a sample application which generates log lines.
- **Flog** a sample application which generates log lines. [Flog](https://github.com/mingrammer/flog) is a log generator for common log formats.
- **Promtail** which scrapes the log lines from Flog, and pushes them to Loki through the gateway.
- **Gateway** (NGINX) which receives requests and redirects them to the appropriate container based on the request's URL.
- One Loki **read** component.

Loading…
Cancel
Save