You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUGFIX: fix time range provided in field_names and field_values requests. Instead of being rounded to a 24-hour time range, the selected time range is now provided. See pr #581.
BUGFIX: fix template variables not being interpolated in the Step field of the query editor. See pr #594.
BUGFIX: fix the display of the histogram and bar chart for histogram stats functions. See comment of issue #62.
BUGFIX: fix search of filter values in the query builder.
BUGFIX: fix an issue where requests failed with compression formats other than gzip, resulting in no field names and no field values errors. See pr #588.
FEATURE: limit the number of field values. This limit can be configured in the datasource settings. See #543.
FEATURE: add "Ad-hoc filters to root query" checkbox to Query Editor options. When enabled, ad-hoc filters are applied directly to the root query expression instead of using the extra_filters parameter, preventing filter propagation into subqueries (join, union, etc.). See #511.
FEATURE: add query suggestions to help users get started with log searches. See #108.
BUGFIX: fix an issue where variables were incorrectly interpolated in the query, as a result of which the repeat by variable feature did not work correctly. See #502.