mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +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
6f1fde24dc
commit
13cc4a2618
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