Skip to content

Commit

Permalink
added url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Aug 7, 2024
1 parent f0edb0a commit 4998809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions alloy/send-logs-to-loki/step1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Install and run Alloy on Linux.
```{{exec}}
1. [Run Alloy](https://grafana.com/docs/alloy/latest/set-up/run/linux/).
You should now be able to access the Alloy UI at [http://localhost:12345]({{TRAFFIC_HOST1_12345}}).
2 changes: 1 addition & 1 deletion alloy/send-logs-to-loki/step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ This final component creates a [`loki.write`{{copy}}](https://grafana.com/docs/a
This completes the simple configuration pipeline.
> The `basic_auth` block is commented out because the local `docker-compose` stack doesn't require it. It's included in this example to show how you can configure authorization for other environments.For further authorization options, refer to the [loki.write][loki.write] component reference.
> The `basic_auth` block is commented out because the local `docker-compose` stack doesn't require it. It's included in this example to show how you can configure authorization for other environments.For further authorization options, refer to the [`loki.write`](https://grafana.com/docs/alloy/latest/reference/components/loki/loki.write/) component reference.
With this configuration, Alloy connects directly to the Loki instance running in the Docker container.

0 comments on commit 4998809

Please sign in to comment.