From 13cc4a2618561d3e4afa71fcffd7f4af78fddb75 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 27 Sep 2024 09:44:40 +0200 Subject: [PATCH] docs/VictoriaLogs/LogsQL.md: use proper heading for `blocks_count` pipe docs All the links in docs assume that the heading for pipe docs should end with `pipe` word. This fixes broken links. This is a follow-up for e9950f63076eba22d34a8fb85913c5c21aad4496 --- docs/VictoriaLogs/LogsQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/LogsQL.md b/docs/VictoriaLogs/LogsQL.md index 8802cfb38..78828e863 100644 --- a/docs/VictoriaLogs/LogsQL.md +++ b/docs/VictoriaLogs/LogsQL.md @@ -1314,7 +1314,7 @@ LogsQL supports the following pipes: - [`unpack_syslog`](#unpack_syslog-pipe) unpacks [syslog](https://en.wikipedia.org/wiki/Syslog) messages from [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model). - [`unroll`](#unroll-pipe) unrolls JSON arrays from [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model). -### blocks_count +### blocks_count pipe ` | blocks_count` [pipe](#pipes) counts the number of blocks with logs processed by ``. This pipe is needed mostly for debugging.