Skip to Content

Release notes for March 2026

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

New features and improvements

Authenticate to Grepr resources programmatically with service accounts

March 18, 2026

You can now create service accounts to authenticate to Grepr resources without relying on user credentials. Service accounts are identities with a client ID and client secret that you can use to obtain an OAuth2 access token for the Grepr REST API, the Terraform provider, CI/CD pipelines, scripts, and other automated workflows. See Manage Grepr service accounts.

Audit logging for REST API operations

March 14, 2026

REST API operations on Grepr resources now produce audit log entries. Each entry captures the HTTP method, path, response status, duration, and relevant parameters. To ensure the security of your data, fields containing sensitive data are automatically redacted from audit logs.

Enhancements to dark mode in the UI

March 14, 2026

Support for dark mode in the Grepr UI has been improved with updated theme colors, component styles, and visual elements for a consistent dark mode experience.

View the editor of each job version with the editedBy field

March 10, 2026

When you view job definitions, for example, viewing job history in the UI or retrieving a job through the REST API, you’ll now see who edited each job version with the editedBy field.

Default tags and attributes for pipeline sinks

March 10, 2026

Pipeline sink configurations now support default tags and attributes for New Relic, OTLP, Splunk, and Sumo Logic sinks, providing additional context for downstream systems.

Disk-based token caching for the CLI and Terraform provider

March 5, 2026

Authentication tokens for the Grepr CLI and Terraform provider are now cached on disk, reducing the number of token requests to the identity provider. Token caching improves performance in CI/CD environments and prevents rate-limit issues when running multiple processes in parallel.

Bug fixes

March 31, 2026

An issue that caused invalid dataset links in integration cards included on the Grepr UI integrations page has been fixed.

Fix for invalid conversions between OpenTelemetry sources and Splunk sinks

March 23, 2026

An issue that caused invalid conversions for some values when forwarding events from an OpenTelemetry Collector to Splunk has been fixed. This change ensures that your pipelines that use OpenTelemetry sources and Splunk sinks correctly process and forward log events.

Fix for Data Explorer attribute queries with boolean values

March 23, 2026

An issue where Data Explorer queries that filter on boolean attribute values returned incorrect results has been fixed. Queries that match on boolean values such as @attr:true and @attr:false now correctly match boolean values stored in JSON attributes.

Fix for tag handling in New Relic sinks

March 23, 2026

An issue in which tags sent to New Relic sinks were merged at the top level instead of nested under a tags key has been fixed. Tags are now nested correctly, aligning with New Relic’s expected format for tag attributes.

Fix for the log explorer not issuing queries

March 14, 2026

An issue that prevented the log explorer from issuing a query under certain conditions has been fixed.

Fix for log reducer template filter parsing

March 14, 2026

An issue where the log reducer template did not correctly parse filter vertex names has been fixed, ensuring that pipeline filters work as expected.

Fix for pipeline metric display in log reducer pipelines

March 10, 2026

An issue where the records-out metric displayed incorrect values for log reducer pipelines in the pipeline UI has been fixed.

Fix for pipeline validation not enforcing constraints

March 10, 2026

An issue where pipeline configuration validation constraints were not enforced during job building has been fixed. Invalid pipeline configurations are now correctly rejected with validation error messages.

Fix for redirect after logout

March 10, 2026

An issue where logging out redirected to the pipelines page instead of the originally requested URL has been fixed. You are now redirected to the correct page after logging back in.

Fix for CLI list commands failing with the output option

March 5, 2026

An issue where CLI list commands failed with an error when using the -o output option has been fixed.

Fix for remapper attribute ordering

March 5, 2026

An issue where the order of reserved attributes in the attribute remapper was lost after saving and reloading pipeline configurations has been fixed. Attribute ordering is now preserved.

Fix for incorrect auto-quoting in the SQL editor

March 5, 2026

An issue in the SQL editor that caused incorrect automatic quoting of SQL expressions has been fixed.

Fix for incorrect marking of pipelines as FAILED during autoscaling

March 2, 2026

An issue where pipelines were incorrectly marked as FAILED during autoscaler scaling events and subsequently terminated has been fixed. Pipelines that are scaling now continue running without interruption.

Last updated on