Released at 2025-04-10
-
FEATURE: add cluster mode, which allow scaling VictoriaLogs horizontally to multiple nodes. See this issue, this feature request, this question.
-
FEATURE:
stats
pipe: addjson_values
function for JSON-encoding logs into JSON arrays. -
FEATURE: stream filters: support
{field in (*)}
and{field not_in (*)}
to be consistent within(*)
. The{field in (*)}
matches any log stream, while the{field not_in (*)}
matches zero log streams. This is needed for this feature request for VictoriaLogs datasource in Grafana. -
BUGFIX: web UI: fix endless group expansion loop bug. See this issue.
-
BUGFIX: web UI: respect nanosecond precision when sorting logs. See this issue.