cloudFeb 27, 2026 - Cloud

New features

  • SSO Role Mapping via Custom Claimsarrow-up-right: Bindplane now supports mapping user roles directly from custom claims in OIDC, SAML, and Entra ID. Administrators can define role assignments at the identity provider level, eliminating the need to manually configure roles within Bindplane for each user. The Entra ID experience has also been streamlined for easier setup.

  • Google Cloud Pub/Sub Push Sourcearrow-up-right: A new source lets you ingest data from Google Cloud Pub/Sub using push-based delivery. This is ideal for low-latency event-driven architectures where you want Pub/Sub to forward messages directly to Bindplane rather than polling for them.

  • Full-Stack Middleware OTLP Destinationarrow-up-right: A new OTLP-based destination gives you a standards-compliant way to forward telemetry to any OTLP-compatible backend, making it easier to integrate Bindplane into your existing observability stack.

  • Azure Polling Receiver Sourcearrow-up-right: A new source for ingesting telemetry from Azure using a polling-based receiver, expanding Bindplane's coverage of Azure monitoring scenarios.

  • New Blueprints for Apache, Nginx, and Syslog: Three new blueprints make it faster to get started with common data sources — Apache HTTP server logs, Nginx logs, and optimized syslog event collection — each pre-configured with best-practice processors.

  • Windows arm64 Collector Support: The Bindplane collector now runs natively on Windows arm64 systems, extending support to the growing number of ARM-based Windows devices.

  • Regex Highlighting in the Bindplane Editor: The configuration editor now includes regex101-style syntax highlighting for regular expressions, making it much easier to write and validate regex patterns inline.

  • CLI Notifications Commandarrow-up-right: A new get notifications CLI command lets you view Pipeline Intelligence notifications directly from the command line, giving CLI-first users quick access to AI-generated recommendations without opening the UI.

chevron-rightImprovementshashtag
  • Redesigned Library Page: The resource library has been refreshed with a cleaner layout and improved navigation, making it faster to find and manage sources, destinations, and processors.

  • Notification Inbox Overhaularrow-up-right: The notifications inbox now supports filtering by status, archiving notifications, and improved handling of dismissed items. Notification links correctly open the associated recommendation, and the configuration name is now surfaced directly in Pipeline Intelligence notifications.

  • Pipeline Intelligence Enhancementsarrow-up-right: OTTL field autocomplete now works across all processors, and the OTel config import flow has been simplified for reliability. Splunk Universal Forwarder migrationsarrow-up-right received several follow-up fixes, PI migrations can now run standalone without the feature flag, and nodes with active recommendations display a subtle shimmer animation to draw attention. The organization settings toggle has also been updated to use "Global PI" branding.

  • Duplicate Agent Notifications: When Bindplane blocks a duplicate agent connection, it now generates a notification so administrators are immediately aware. Notifications include TTL-based auto-expiry and can be enabled or disabled via configuration.

  • SSO Bypass Per-User Togglearrow-up-right: Organization admins can now toggle SSO bypass on a per-user basis directly from the organization page. Additionally, OIDC providers that don't populate the email field will now fall back to the User Principal Name (UPN) for the username.

  • Multi-Select Processors to Bundlearrow-up-right: You can now select multiple processors at once and convert them into a reusable bundle in a single action, streamlining pipeline configuration for complex setups.

  • Pebble Compaction Controlsarrow-up-right: New controls for Pebble-based sending queues let you tune compaction behavior, giving you finer-grained management of on-disk queue performance.

  • REST API Source Polling Improvementsarrow-up-right: The REST API source now supports configurable minimum polling intervals and backoff, reducing unnecessary API calls and improving resilience when upstream services are slow.

  • Splunk HEC Sourcetype Option: The Splunk HEC destination now exposes the sourcetype field in the UI, making it easy to set the Splunk sourcetype directly from the Bindplane configuration.

  • Protobuf Message Setting for Prometheus Remote Writearrow-up-right: The Prometheus Remote Write destination now lets you choose the protobuf message format, giving you more control over compatibility with different remote write backends.

  • Additional Sources on Kubernetes Cluster Agentarrow-up-right: The Kubernetes cluster agent now supports a wider set of sources, expanding what you can collect from your cluster without deploying additional agents.

  • Windows Event Source Retry Optionsarrow-up-right: The Windows Event source now exposes retry configuration options, improving reliability when collecting from event logs that experience transient read failures.

  • OTLP Receiver HTTPS Gateway Source Parametersarrow-up-right: New configuration parameters are now available for the OTLP receiver HTTPS gateway source, giving you more control over how the gateway accepts incoming telemetry.

  • Permalinks for Library Resources: Library resources now have stable, shareable URLs so you can link directly to a specific source, destination, or processor definition.

  • Current Profile Indicator in CLI: Running bindplane profile list now highlights which profile is currently active, making it easier to manage multiple environments from the CLI.

  • Count and Routing Connector Documentation: Updated documentation for the count and routing connectors, including removal of the alpha stability tag from the count connector.

  • Connectors and Fleets in Bindplane Actionarrow-up-right: The Bindplane GitHub Action now supports managing connectors and fleetsarrow-up-right, broadening what you can automate in your CI/CD pipelines.

  • EULA Change Notification: When the end-user license agreement is updated, Bindplane now displays an in-app popup so users are promptly informed of any changes.

  • Growth Trial Upgrade Option: The organization settings page now surfaces an upgrade option for Growth trial users, making it easier to move to a paid plan.

  • Organization Settings Usage Graph Updates: The usage visualization on the organization settings page has been updated for improved clarity and accuracy.

  • Agent Metrics in HTTPS SecOps Exporterarrow-up-right: The HTTPS SecOps exporter now supports forwarding agent-level metrics, giving SecOps users richer visibility into agent health.

  • Bindplane Audit Source Raw Optionarrow-up-right: The Bindplane audit source now includes a raw data option for users who need unprocessed audit events.

  • Agent Quota Enforcement Per Project: Bindplane now enforces agent quotas at the project level, helping organizations manage resource allocation across teams and environments.

  • SecOps Pipeline Improvementsarrow-up-right: SecOps pipeline syncing logic has been optimized for better performance, integration parameters have been trimmed for a cleaner setup experience, and new error surfacing makes it easier to diagnose pipeline issues.

  • Removed install_id Agent Label: The install_id label has been removed from agent metadata to simplify agent labeling and reduce noise in telemetry data.

  • Scrape stderr Logs in Agent Source: The agent source now captures stderr log output, improving visibility into agent-side errors that were previously not collected.

chevron-rightBug fixeshashtag
  • Terraform Provider Destination Importarrow-up-right: Fixed an issue in v1.7.3 where importing destinations via the Terraform provider would fail.

  • SQL Query Source Connection String: Resolved a bug where the SQL Query source could not save when using a raw connection string configuration.

  • Gateway Metrics in Configuration Table: Fixed an issue where gateway configurations were not displaying metrics in the /configurations table.

  • Pub/Sub Source Large Event Handlingarrow-up-right: Fixed a bug where the Pub/Sub source would incorrectly split events larger than 4,096 bytes instead of handling them as a single message.

  • Expired License Lockout: Resolved an issue where users could get locked out of their organizations due to an expired license edge case.

  • Notification Navigation Looparrow-up-right: Fixed a bug where using the notification menu to navigate to a different configuration could cause a UI loop.

  • Text Encoding Extension Splitter: Fixed an issue where the text encoding extension's default splitter did not correctly handle \n and \r characters.

  • Boolean Query Syntax in Value Suggestions: Resolved a query parsing error that occurred when filtering by boolean values in the search UI.

  • Agent Connection Deadlock: Fixed a deadlock in the measurements and topology senders that could occur when custom capabilities were not received from the agent.

  • vCenter Source Metric Names: Corrected metric names in the vCenter source to match the underlying receiver, which was causing configuration apply and reload failures.

Last updated

Was this helpful?