From d17f59f052d1f6352256431a3a3de03bcb4fb088 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 25 Feb 2022 05:45:29 -0600 Subject: [PATCH] loki: log-volume: improved documentation (#45823) (#45887) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * loki: log-volume: improved documentation * spelling fixes (cherry picked from commit 7152deb92f451f0f5a441deb5b64297da56df52a) Co-authored-by: Gábor Farkas --- 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 51b33a7d632..3e19c75196f 100644 --- a/docs/sources/explore/logs-integration.md +++ b/docs/sources/explore/logs-integration.md @@ -31,7 +31,7 @@ If the data source does not support loading full range log volume histogram, the For logs where a level label is specified, we use the value of the label to determine the log level and update color accordingly. If the log doesn't have a level label specified, we try to find out if its content matches any of the supported expressions (see below for more information). The log level is always determined by the first match. In case Grafana is not able to determine a log level, it will be visualized with an unknown log level. -> **Tip:** If you use Loki data source and the "level" is in you log content, try to use parsers (JSON, logfmt, regex,..) to extract level information into level label that is used to determine log level. +> **Tip:** If you use Loki data source and the "level" is in your log-line, use parsers (JSON, logfmt, regex,..) to extract the level information into a level label that is used to determine log level. This will allow the histogram to show the various log levels in separate bars. **Supported log levels and mapping of log level abbreviation and expressions:**