mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
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 e9950f6307
This commit is contained in:
parent
f9102b9996
commit
e83dc8b30a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
`<q> | blocks_count` [pipe](#pipes) counts the number of blocks with logs processed by `<q>`. This pipe is needed mostly for debugging.
|
||||
|
||||
|
|
Loading…
Reference in a new issue