[v10.4.x] Docs: add panel options shared content (#89749)

This commit is contained in:
Isabel Matwawana
2024-06-26 10:33:40 -04:00
committed by GitHub
parent 38763f2378
commit 7c66cceb96
26 changed files with 110 additions and 1 deletions
@@ -42,6 +42,10 @@ The following video provides a walkthrough of creating a logs visualization. You
{{< youtube id="jSSi_x-fD_8" >}}
## Panel options
{{< docs/shared lookup="visualizations/panel-options.md" source="grafana" version="<GRAFANA_VERSION>" >}}
## 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](ref:supported-log-levels-and-mappings-of-log-level-abbreviation-and-expressions).