Menu

This is documentation for the next version of Grafana. For the latest stable release, go to the latest version.

Documentationbreadcrumb arrow Grafana documentationbreadcrumb arrow What's newbreadcrumb arrow What's new in Grafana v11.5

What’s new in Grafana v11.5

Welcome to Grafana 11.5! Read on to learn about new sharing, reporting, and export options, cross-cluster search for Elasticsearch, PDC support for several new data sources, and more. The Grafana Cloud Migration Assistant is in public preview and now supports all plugins and Grafana Alerts, in addition to dashboards, folders, and data sources. We’ve also made it more secure to run third-party apps and data sources, and improved user session handling for OAuth 2.0 and SAML.

For even more detail about all the changes in this release, refer to the changelog. For the specific steps we recommend when you upgrade to v11.5, check out our Upgrade Guide.


Cloud Migration Assistant


Dashboards and visualizations

Generally AvailableDashboards and visualizations
Release date: 2024-10-28

Redesigned filters for dashboards

We’ve redesigned dashboard filters for an improved filter creation experience!

The redesigned filters are more prominent in the dashboard and filters based on the same ad hoc filter variable are more clearly related. In the new design, you can click anywhere in the filter field to begin creating a one and Grafana automatically detects which part of the filter you’re setting up. It takes fewer clicks to create a filter and the creation process using keyboard strokes is smoother than previously.

Redesigned filters for dashboards


Generally AvailableDashboards and visualizations
Release date: 2024-09-25

Redesigned sharing experience in Dashboards

Introducing a redesigned sharing experience in Dashboards! The redesigned sharing model is leaner, easier to navigate, and more focused on what you want to do.

Previously, the way you shared dashboards could be confusing, with various options like Link, Snapshot, Export, PDF, Report, and Public Dashboard all in one dialog box. The redesigned experience features a more visible and accessible Share button, options grouped based on common user needs, and a new Export option.

Redesigned sharing experience in Dashboards

Generally AvailableDashboards and visualizations
Release date: 2024-12-18

Customizable shareable dashboard panel images

We’ve made some big changes to the panel image sharing experience. When you share a panel link, there’s a new Panel preview section where you can:

  • Customize a panel image.
  • See a preview of the panel image.
  • Download and share the image without a URL.

You can customize the image by updating the width, height, and scale of it:

Panel sharing link settings with panel image preview

Reporting

Generally AvailableDashboards and visualizations
Release date: 2024-11-14

Reporting theme options

Choose the light or dark theme for PDF attachments and embedded dashboard images in Reports. The selected theme options are applied to PDFs and embedded images for all reports within your organization.

The Report branding section of the settings page is now called Attachment settings for clarity.

Reporting settings with theme options highlighted

Generally AvailableDashboards and visualizations
Release date: 2024-12-03

PDF export improvements in GA

In May 2024, we announced a new way of generating PDFs that introduced a major performance improvement for the PDF export feature. It also fixed all caveats related to rendering a report with panels or rows set to repeat by a variable, like rendering repeating panels inside collapsed rows.

This new PDF generation method now replaces the old one and is generally available for everyone.


Alerting

Generally AvailableAlerting
Release date: 2025-01-22

RBAC for alerting notifications

The feature flag alertingApiServer is now enabled by default.

In the UI, administrators have more granular control over which parts of notification settings users have access to.


Generally AvailableAlerting
Release date: 2025-01-22

RBAC for notification policies

Manage notification policies through Role-Based Access Control (RBAC). Choose who can create, edit, and read notification policies using fixed roles.

You can only grant different access levels to the entire notification policy tree; not to individual notification policies.


Data sources

Available in public previewData sources
Release date: 2025-01-09

The Elasticsearch data source plugin now offers support for Elasticsearch’s Cross-cluster Search feature.

If you’re a big Elasticsearch user, you might have multiple clusters set up for geographical separation, different teams or departments, compliance, or scaling reasons. Previously, you needed to set up a separate data source in Grafana for each cluster. Now with cross-cluster search, you can query data across all these clusters from a single Grafana data source. This makes it simpler and more convenient to query all of your Elasticsearch logs. You can learn more about this feature in the Elasticsearch docs.


Generally AvailableData sources
Release date: 2024-11-15

Private Data Source Connect (PDC) Support for AWS Data Sources

Private Data Source Connect (PDC) is now supported across more AWS data source plugins - including:

With PDC, you can establish a private, secured connection between a Grafana Cloud instance, or stack, and data sources secured within a private network. Take advantage of the convenience and power of Grafana Cloud - even if your cluster is hosted in a Virtual Private Cloud (VPC) or another private network.

Find the full list of supported data source plugins here.


Generally AvailableData sources
Release date: 2024-11-08

Time series macro support in visual query builder for SQL data sources

It is now possible to create time series queries from the query builder in the following data sources. MySQL, PostgreSQL, MS SQL. Use the Data operations drop-down to select a macro like $__timeGroup or $__timeGroupAlias.

Select a time column from the Column drop-down and a time interval from the Interval drop-down to create a time-series query.

SQL query builder time-series query

Authentication and authorization

Available in public previewAuthentication and authorization
Release date: 2025-01-14

OAuth and SAML session handling improvements

We’ve improved how Grafana manages external sessions for OAuth and SAML, enhancing compatibility with identity providers that support session management.

Grafana can now reliably manage SAML external sessions (Identity Provider sessions) by using the SessionIndex attribute in the SAML assertion and the NameID attribute in the logout request. Previously, Grafana relied on the Login attribute as the NameID and did not include the SessionIndex in the logout request, which could result in users being logged out of all their applications/IdP sessions when logging out of Grafana.


Plugins

Available in private previewPluginsSecurity
Release date: 2025-01-14

Plugin Frontend Sandbox

The Plugin Frontend Sandbox is a security feature that isolates plugin frontend code from the main Grafana application. When enabled, plugins run in a separate JavaScript context, which provides several security benefits:

  • Prevents plugins from modifying parts of the Grafana interface outside their designated areas
  • Stops plugins from interfering with other plugins’ functionality
  • Protects core Grafana features from being altered by plugins
  • Prevents plugins from modifying global browser objects and behaviors

Plugins running inside the Frontend Sandbox should continue to work normally without any noticeable changes in their intended functionality.


Public dashboards

Generally Available
Release date: 2024-09-25

Public dashboards are now Shared dashboards

We’ve renamed the Public dashboards feature, Shared dashboards. This renaming is part of our overall redesign of dashboard sharing and aims to better align externally shared dashboards with other dashboard sharing options.

The feature still functions the same way, but the configuration options that were previously part of public dashboards are now found in the Share externally option in the Share drop-down list.