From 74a6e6d973702556480b79e910cf76e955beded9 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 14 Jun 2021 17:33:27 +0200 Subject: [PATCH] doc: fix link to Loki's doc (#35611) --- 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 61bd062afcb..1ee9764cb76 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