Released at 2024-06-11
-
FEATURE: do not allow starting the filter with pipe names and stats function names. This prevents from unexpected results returned by incorrect queries, which miss mandatory filter.
-
FEATURE: treat unexpected syslog message as RFC3164 containing only the
messagefield when usingunpack_syslogpipe. -
FEATURE: allow using
whereprefix instead offilterprefix infilterpipe. -
FEATURE: disallow unescaped
!char in LogsQL queries, since it permits writing incorrect query, which may look like correct one. For example,foo!:barinstead offoo:!bar. -
FEATURE: web UI: add markdown support to the
Groupview. See this pull request. -
BUGFIX: return back the improved performance for queries with
*filters (akaSELECT *). This has been broken in v0.16.0.