docs: fix typo in facets example

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-12-10 15:52:33 +01:00 committed by f41gh7
parent 732e80a2b1
commit d7d7113022
No known key found for this signature in database
GPG key ID: 4558311CF775EC72

View file

@ -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: