mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
docs: fix typo in facets example
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
732e80a2b1
commit
d7d7113022
1 changed files with 1 additions and 1 deletions
|
@ -1709,7 +1709,7 @@ By default `facets` pipe doesn't return log fields with too long values. The lim
|
|||
For example, the following query returns most frequently values for all the log fields containing values no longer than 100 bytes:
|
||||
|
||||
```logsql
|
||||
_time:1h error | facets mav_value_len 100
|
||||
_time:1h error | facets max_value_len 100
|
||||
```
|
||||
|
||||
See also:
|
||||
|
|
Loading…
Reference in a new issue