Skip to content

Commit

Permalink
docs: Restore link to flog (grafana#12011)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Whitney <[email protected]>
  • Loading branch information
2 people authored and rhnasc committed Apr 12, 2024
1 parent 0060671 commit 3eb277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3eb277f

Please sign in to comment.