Skip to content

Commit

Permalink
loki.write: document required path to the Loki endpoint for Grafana C…
Browse files Browse the repository at this point in the history
…loud Logs (#5385)
  • Loading branch information
bradleypettit authored Oct 6, 2023
1 parent 2ab8d23 commit 5cd953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/loki.write.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ You can create a `loki.write` component that sends your log entries to a managed
```river
loki.write "default" {
endpoint {
url = "https://logs-xxx.grafana.net"
url = "https://logs-xxx.grafana.net/loki/api/v1/push"
basic_auth {
username = env("LOKI_USERNAME")
password = env("GRAFANA_CLOUD_API_KEY")
Expand Down

0 comments on commit 5cd953a

Please sign in to comment.