Configurable query result limit — New [query] max_limit config option (default: 1M rows). Export up to 1 million rows when your infrastructure supports it.
User preferences persistence — Your theme, timezone, display mode, and fields panel state now persist across sessions. No more re-setting preferences after every login.
Team admins can manage their teams — Team admins now have access to team settings and member management without needing global admin privileges.
Source editing and duplication — Edit existing source configurations and quickly duplicate sources for similar setups.
Improved
SQL editor max height — Editor now caps at 300px with scrollbar for lengthy queries, leaving more room for results
Fixed
Histogram Group By — Histogram now auto-refreshes when changing the Group By column
Dark mode date picker — Time icon now visible in dark mode
Date picker improvements — Now button auto-applies and initial date format issues resolved
JSON auto-parsing — JSON strings embedded in log fields now display as formatted objects
LogChef CLI — Query your logs from the terminal with syntax highlighting, multi-context support, and all the features of the web UI. Learn more →
Multi-select variables — Select multiple values for a variable and they expand to IN (...) clauses. Great for filtering by multiple hosts or services at once.
Optional SQL clauses — Wrap SQL clauses in [[ ... ]] and they're automatically removed when the variable is empty. No more "WHERE 1=1" hacks.
Variable dropdowns — Configure variables as text inputs, dropdowns, or multi-selects with default values.
Browse all saved queries — New "All Sources" view in Collections to see saved queries across your entire team.
Direct email & webhook alerts — Send alert notifications via SMTP or webhooks without needing Alertmanager.
Fixed
No more database lock errors — Fixed intermittent "SQLITE_BUSY" errors that could occur during high traffic
Time ranges now refresh before each query (relative times like "last 1 hour" update correctly)