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) (#5394)

(cherry picked from commit 5cd953a)

Co-authored-by: Brad Pettit <[email protected]>
  • Loading branch information
grafanabot and bradleypettit authored Oct 6, 2023
1 parent 767bf4e commit 7f936fd
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 7f936fd

Please sign in to comment.