From f94ad5f4a5258142088de797fddd18427d0ff8b4 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Fri, 29 Mar 2019 16:52:50 +0100 Subject: [PATCH] Moved provision link below normal config guide --- docs/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index a7adb59e49..7871d84cc8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -2,9 +2,7 @@ To query and display your logs you need to configure your Loki to be a datasource in your Grafana. -To configure the datasource via provisioning see [Configuring Grafana via Provisioning](http://docs.grafana.org/features/datasources/loki/#configure-the-datasource-with-provisioning). - -_Note_: Querying your logs without Grafana is possible by using [logcli](./logcli.md). +> _Note_: Querying your logs without Grafana is possible by using [logcli](./logcli.md). ## Configuring the Loki Datasource in Grafana @@ -19,6 +17,8 @@ Grafana ships with built-in support for Loki as part of its [latest release (6.0 Read more about the Explore feature in the [Grafana docs](http://docs.grafana.org/features/explore) and on how to search and filter logs with Loki. +> To configure the datasource via provisioning see [Configuring Grafana via Provisioning](http://docs.grafana.org/features/datasources/loki/#configure-the-datasource-with-provisioning) and make sure to adjust the URL similarly as shown above. + ## Searching with Labels and Distributed Grep A log query consists of two parts: **log stream selector**, and a **search expression**. For performance reasons you need to start by choosing a log stream by selecting a log label.