Skip to Content

Release notes for January 2026

Grepr released these feature updates, improvements, and bug fixes in January 2026.

Behavioral changes

Change to use the VARIANT data type for the attributes field in log events

January 20, 2026

To improve query and memory performance, the attributes field in the LOG_EVENT data type now uses the Apache Flink VARIANT type instead of JSON strings. To access values in the attributes field, you can use the VARIANT functions. See VARIANT functions: query, extract, and transform values.

New features and improvements

Test Grok rules with the Grepr CLI before adding them to your pipelines

January 29, 2026

The Grepr command line interface (CLI) now includes a new grok:parse command that allows you to test Grok rules against log messages before deploying them in production pipelines. This command provides a powerful way to validate and iterate on your Grok rules using real or sample log data before you add them to your log processing pipelines. See Test Grok patterns against sample log events.

Set a threshold for adding auto-sync exceptions

January 27, 2026

When the Auto-sync exceptions option is enabled for integration exceptions, you can now prevent auto-sync from activating when the estimated percentage of log events that would be excluded from reduction and passed through to your pipeline sinks exceeds a configured threshold. This setting allows you to prevent sending large volumes of logs to your observability vendor when a change, for example new alerts or dashboards, causes an unexpectedly large increase in the log events that bypass reduction. You can set the threshold in the integration exception dialog in the pipelines UI or the Grepr REST API. To set the threshold in the UI, see Skip aggregation for messages used in observability platform alerts. To set the threshold with the API, see the LogReducer schema.

Performance improvements when writing to data lake tables

January 20, 2026

Improved partitioning and shard sizing improve write performance and query efficiency for data lake tables by automatically organizing data into appropriate partitions without manual configuration, while changes to shard sizing ensure better distribution for lower-volume data streams.

View and search activity, integration, and audit logs with the Grepr REST API

January 20, 2026

You can now use the Grepr REST API to view and search system logs containing information on server activity, integration events, and audit records. See the Activity Logs specification.

Test and update SQL transformations with live data in the pipelines UI

January 20, 2026

You can now see the results of SQL transform processing in a pipeline’s Pipeline Log Viewer pane. This allows you to test, modify, and add SQL transformations while using live data in the Grepr live edit feature. To learn more about live edit and the log viewer, see View pipeline data flows and test changes with live edit. To learn more about the SQL transform, see Transform events with SQL.

Parse key-value pairs in Grok patterns with configurable separators

January 9, 2026

The Grok parser now supports extracting key-value pairs from log messages and converting them into structured attributes. You can configure separators between keys and values, delimiter characters between pairs, quote characters, and allowlists for special characters in values. This feature also handles edge cases like empty values, duplicate keys, and nested quotes.

See The Grok key-value transformer.

Reduce data scan sizes by directly querying raw logs

January 9, 2026

Log searches now support querying raw log tables directly from the data lake without joining with the pattern lookup table. This new query mode provides faster query execution when pattern information is not needed. You can use this option in the Data Explorer UI or the Grepr REST API.

January 9, 2026

This release adds link sharing, previously supported only by the Data Explorer, to more of the Grepr UI. You can share direct links to pipelines, templates, datasets, integrations, and teams, making it easier to collaborate and reference specific configurations or results.

Add tags to log events by defining column names in SQL statements

January 9, 2026

The SQL transform now provides a special column-naming syntax to add tags to output log events directly from your SQL queries. By defining columns with the tags. prefix, such as tags.service or tags.environment, the SQL transform automatically adds the column name as a tag along with the assigned values. You can assign scalar values, use SQL expressions, or add multiple tag values using SQL arrays.

See Add tags to a LOG_EVENT using a special column syntax.

Collect values into an array using a specified sort order in SQL statements

January 9, 2026

The SQL transform now supports the ORDERED_ARRAY_AGG() function, which allows you to collect values into an array sorted by one or more specified keys. This function is useful for tasks that require reconstructing a sequence of events, such as log messages ordered by time.

See the ORDERED_ARRAY_AGG function in Collection functions.

Additional severity level aliases for improved log parsing

January 9, 2026

This release includes more labels when parsing severity levels from log events. INFO now includes success and pending, and ERROR includes failure, failed, and failing. This improves severity classification for logs from different systems.

Behavioral changes

Additional Tags are now Additional Attributes in Datadog trace sinks

January 20, 2026

When configuring a Datadog sink in a trace pipeline, the Additional Tags setting is renamed to Additional Attributes. This change ensures that configured values are correctly handled. You can also view the attributes when viewing the sink in the pipeline UI.

Bug fixes

Fix for errors caused by job version mismatches

January 29, 2026

An issue causing job version mismatches during pipeline deployment has been fixed. This change improves the reliability of pipeline deployments.

Fix for some integration alerts not displaying in the UI

January 25, 2026

An issue that prevented some integration alerts from displaying in the UI has been fixed.

Fix for errors when querying with start and end times that are equal

January 25, 2026

Queries against the Grepr data lake can now use equal start and end times. This fixes an error that was returned for valid queries.

Fix for trace pipeline crashes caused by large payloads

January 25, 2026

A fix is implemented to prevent crashes when processing trace events with payloads that exceed size limits in a pipeline that uses a Datadog sink. The pipeline now handles large payloads gracefully, ensuring stable, reliable trace processing.

Fix for Splunk HEC events getting dropped

January 9, 2026

This release fixes an issue that caused events to be dropped from Splunk logs when forwarded with HEC.

Fix for Datadog tag merging during log ingestion

January 9, 2026

This release fixes an issue where the host, source, and service tags extracted from a Datadog log event were overridden by host, source, and service values added as ddtags. This update merges and retains all values associated with these tags to ensure all data is captured and available for forwarding to destination systems.

Fix for empty tags in Datadog log ingestion

January 9, 2026

This release fixes an issue where consecutive commas or blank segments in Datadog tag strings caused parsing errors during log ingestion. The Datadog integration now skips empty tag entries, ensuring logs with malformed tag formatting are processed reliably.

Improved Datadog dashboard widget exception handling

January 9, 2026

This release fixes an issue that caused some exceptions imported from Datadog dashboards to be dropped.

Fix for missing column values causing Data Explorer UI issues

January 9, 2026

This release fixes an issue that made the Data Explorer UI unusable when records have empty identifier columns.

Fix for pattern ID filtering in Data Explorer

January 9, 2026

This release fixes an issue where filtering logs by pattern ID was not working correctly in the Data Explorer. Pattern ID filters from URL parameters are now applied correctly to search results, and the pattern ID column shows automatically when filtering by pattern ID.

Fix for table header overlap when scrolling

January 9, 2026

This release fixes an issue in the Data Explorer UI that caused table headers to overlap with table content when scrolling.

Last updated on