From 5cd953a8b9614e4b3a69e6b259bb780b6544b780 Mon Sep 17 00:00:00 2001 From: Brad Pettit Date: Fri, 6 Oct 2023 22:12:12 +1000 Subject: [PATCH] loki.write: document required path to the Loki endpoint for Grafana Cloud Logs (#5385) --- docs/sources/flow/reference/components/loki.write.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/flow/reference/components/loki.write.md b/docs/sources/flow/reference/components/loki.write.md index ab2403682af8..fbdfadff99e0 100644 --- a/docs/sources/flow/reference/components/loki.write.md +++ b/docs/sources/flow/reference/components/loki.write.md @@ -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")