-
FEATURE: keep log fields in the order returned by VictoriaLogs (for example the order from
| fields a, b, c) instead of sorting them alphabetically. See #563. -
FEATURE: highlight the terms you search for directly in the matching log lines for LogsQL queries — word filters (e.g.
error), quoted phrases,_msg:filters, andfilterpipes. See #519. -
FEATURE: derived fields can now link to another VictoriaLogs datasource (logs → logs). Clicking such a field opens Explore with a ready LogsQL query, letting you pivot from a value like
trace_idorrequest_idto all related logs. See #671. -
FEATURE: in the "Show context" modal, each stream label of the selected log is shown as a toggleable chip. Turn labels off to widen the surrounding-logs search beyond the exact stream. See #665.
-
BUGFIX: lower the default datasource
Maximum lineslimit from 1000 to 50 to reduce browser rendering load and prevent the page from freezing on heavy log results. You can change this value in the datasource configuration. See Line limits docs and #669.