Skip to content

Commit

Permalink
Restore link to flog
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler committed Feb 20, 2024
1 parent 1662298 commit 71fede5
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 71fede5

Please sign in to comment.