From 6e6fe3066352419e7c20ffed02e7cb6c4ef4880b Mon Sep 17 00:00:00 2001 From: J Stickler Date: Thu, 12 Mar 2026 13:30:48 -0400 Subject: [PATCH] docs: fix two small typos (#21138) --- .../operations/troubleshooting/troubleshoot-drilldown.md | 2 +- docs/sources/shared/troubleshoot-query.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/operations/troubleshooting/troubleshoot-drilldown.md b/docs/sources/operations/troubleshooting/troubleshoot-drilldown.md index ec6b044bc6..6200e29291 100644 --- a/docs/sources/operations/troubleshooting/troubleshoot-drilldown.md +++ b/docs/sources/operations/troubleshooting/troubleshoot-drilldown.md @@ -5,7 +5,7 @@ description: Describes how to solve common issues when working with Grafana Logs weight: 300 --- -# Troubleshoot logs Drilldown +# Troubleshoot Logs Drilldown [//]: # 'Shared content for troubleshooting logs drilldown' [//]: # 'This content is located in /logs-drilldown/blob/main/docs/sources/shared/troubleshoot-logs-drilldown.md' diff --git a/docs/sources/shared/troubleshoot-query.md b/docs/sources/shared/troubleshoot-query.md index c88f68e1db..2849b0db05 100644 --- a/docs/sources/shared/troubleshoot-query.md +++ b/docs/sources/shared/troubleshoot-query.md @@ -998,6 +998,7 @@ To remove error labels from results: ```logql {app="foo"} | json | drop __error__, __error_details__ ``` + ## Authentication and connection errors These errors occur when connecting to Loki, often when using LogCLI.