From 6901ecd9d25e53d96c19d4cac8da0d7119d3dfa7 Mon Sep 17 00:00:00 2001 From: J Stickler Date: Thu, 7 Aug 2025 16:56:54 -0400 Subject: [PATCH] docs: update heading to match example (#18768) --- docs/sources/configure/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configure/storage.md b/docs/sources/configure/storage.md index 8a57ec091f..1f21d7a70b 100644 --- a/docs/sources/configure/storage.md +++ b/docs/sources/configure/storage.md @@ -226,7 +226,7 @@ For more information, see the [retention configuration](https://grafana.com/docs ## Examples -### Single machine/local development (boltdb+filesystem) +### Single machine/local development (tsdb+filesystem) [The repo contains a working example](https://github.com/grafana/loki/blob/main/cmd/loki/loki-local-config.yaml), you may want to checkout a tag of the repo to make sure you get a compatible example.