Released at 2026-02-25
-
FEATURE: LogsQL: add
json_array_contains_anyfilter for matching fields containing JSON arrays by the presence of the given values in the array. This is useful for JSON-encoded logs containing fields such astags=["prod","canary"]. See #853. Thanks to @caicancai for the pull request #1080. -
FEATURE: LogsQL: add
firstandlastfunctions tototal_statspipe. This can be used for analysis of a sequence of events. See #932. -
FEATURE: LogsQL: add
any,field_maxandfield_minfunctions tostatspipe. -
FEATURE: LogsQL: allow using
total_stats by (...)with fields that are a subset of labels produced by the precedingstatspipe in/select/logsql/stats_queryand/select/logsql/stats_query_range. See #1088. -
FEATURE: web UI: add an
Intervalselector instead ofBarsfor the logs hits chart. See #1054. -
FEATURE: web UI: add ability to set the time range by clicking on a graph bar. See #1057.
-
FEATURE: web UI: add minimum drag threshold for graph zoom selection. See #1057.
-
BUGFIX: LogsQL: fix panic for valid query
_msg:~"."in VictoriaLogs cluster. See #1132. -
BUGFIX: web UI: fix autocomplete popper positioning. The regression has been introduced in v1.46.0.
-
BUGFIX: web UI: fix select dropdown width. The regression has been introduced in v1.46.0.