-
FEATURE: add a
Group hits byoption toRaw Logsqueries in Explore: the logs volume histogram can be grouped by any log field instead of the defaultlevel. See #689. -
BUGFIX: send an explicit
endbound in the datasource health check. Without it, VictoriaLogs defaulted the upper bound to the maximum int64 nanosecond timestamp (year 2262), so instances running with-search.maxQueryTimeRangefailed "Save & test" withtoo big time range selected. See #712. Thanks to @dberkerdem for contributing. -
BUGFIX: keep the selected fields in the Explore logs panel after a query returns no results. Previously, an empty result reset the field selection. See #714.