From ee526cf37c6daed197975ae926b42e8d7d0815de Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:20:30 -0400 Subject: [PATCH] [v10.2.x] Docs: add YouTube video link and description (#85535) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docs: add YouTube video link and description (#85484) * Update index.md Adding YouTube video link and description Added a short description about the video and added the video to the page. * Update docs/sources/panels-visualizations/visualizations/logs/index.md Some edits went in. All nice :) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * Removed repetition --------- Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit f6a94837c5ef49326bc4916a9b0299ca29a9348a) Co-authored-by: SeƱor Performo - Leandro Melendez <54183040+srperf@users.noreply.github.com> --- .../panels-visualizations/visualizations/logs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/logs/index.md b/docs/sources/panels-visualizations/visualizations/logs/index.md index 21a3b5ed0b6..9c07337df22 100644 --- a/docs/sources/panels-visualizations/visualizations/logs/index.md +++ b/docs/sources/panels-visualizations/visualizations/logs/index.md @@ -29,6 +29,10 @@ The logs visualization shows the result of queries that were entered in the Quer To limit the number of lines rendered, you can use the **Max data points** setting in the **Query options**. If it is not set, then the data source will usually enforce a default limit. +The following video provides a walkthrough of creating a logs visualization. You'll also learn how to customize some settings and log visualization caveats: + +{{< youtube id="jSSi_x-fD_8" >}} + ## Log level 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 **unknown** log level. See [supported log levels and mappings of log level abbreviation and expressions][].