From d86e6c072e362fc01b8ffb424b9af5d24dd8cbb5 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 14 Jun 2021 11:58:17 -0400 Subject: [PATCH] doc: fix link to Loki's doc (#35611) (#35671) (cherry picked from commit 74a6e6d973702556480b79e910cf76e955beded9) Co-authored-by: Andrea Scarpino --- docs/sources/explore/logs-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/explore/logs-integration.md b/docs/sources/explore/logs-integration.md index f55a0404b3f..0169cb385e5 100644 --- a/docs/sources/explore/logs-integration.md +++ b/docs/sources/explore/logs-integration.md @@ -104,7 +104,7 @@ If your logs are structured in `json` or `logfmt`, then you can show or hide det As mentioned, one of the log integrations is for the new open source log aggregation system from Grafana Labs - [Loki](https://github.com/grafana/loki). Loki is designed to be very cost effective, as it does not index the contents of the logs, but rather a set of labels for each log stream. The logs from Loki are queried in a similar way to querying with label selectors in Prometheus. It uses labels to group log streams which can be made to match up with your Prometheus labels. For more information about Grafana Loki, refer to [Grafana Loki](https://github.com/grafana/loki) or the Grafana Labs hosted variant: [Grafana Cloud Logs](https://grafana.com/loki). -For more information, refer to Loki's data source documentation]({{< relref "../datasources/loki.md" >}}) on how to query for log data. +For more information, refer to [Loki's data source documentation]({{< relref "../datasources/loki.md" >}}) on how to query for log data. #### Switch from metrics to logs