What Is New in Grafana 11.3
| Category | Highlights |
|---|---|
| New Features | Scenes-powered dashboards are generally available; Explore Logs plugin installed by default; Canvas actions and visualization actions (one-click API calls, ordering); Announcement banner (public preview); LDAP configuration via UI (public preview); Plugin role-based access control. |
| Improvements | Sticky time picker and template variables while scrolling; New tz URL parameter for timezone sharing; Kiosk mode now shows configurable controls; Legend support added to bar gauge visualizations; "All number fields" option for binary transformations; Auto-formatted table cell inspect with plain text and code tabs; Simplified subfolder creation flow; Plugin details page redesign. |
| Breaking Changes | Library panels tab removed from panel edit UI; Overrides tab moved to bottom of options list; Share button hidden in edit mode; Variable usage check not yet available. |
How do Scenes-powered dashboards change the editing experience in Grafana 11.3?
Scenes-powered dashboards are now generally available and introduce a cleaner separation between view and edit modes.
- View mode hides most editing controls, giving a less cluttered canvas for end-users.
- Edit mode brings back panel-adding and setting options, making it faster for developers to modify dashboards.
- The time range picker and template variables now stick to the top of the page as you scroll, a highly requested usability improvement.
- A new
tzURL parameter lets you share a dashboard with a specific timezone, e.g./d/abcd?tz=America/New_York, ensuring consistent time interpretation.
Can I trigger API calls directly from canvas elements in Grafana 11.3?
Yes, the new Canvas actions let you attach one-click API calls to any canvas element.
- Enable the feature with the
vizActionstoggle ingrafana.inior via the UI. - In the panel editor, select a canvas element and use the "Data links and actions" section to add an action.
- Choose "One-click" to fire the API immediately on click; the first action in the list gets this behavior.
- Drag-and-drop actions in the tooltip to reorder their display.
# Example: enable canvas actions
[feature_toggles]
vizActions = true
What does the default installation of Explore Logs mean for my monitoring workflow?
Explore Logs is now pre-installed, so you can explore logs without manual plugin setup.
- The plugin appears alongside Explore Metrics, giving a unified UI for logs and metrics.
- It is GA in Grafana Cloud and now automatically installed on OSS and Enterprise instances via the
preinstallconfiguration flag. - Use the standard Explore pane to filter, search, and visualize log spikes without writing queries.
How has alerting been simplified in Grafana 11.3?
Alert rule creation now offers a streamlined query and condition step.
- The default UI shows a single query and a single condition, reducing visual noise.
- Switch to "Advanced options" for multi-query or expression-heavy alerts.
- Role-based access control for notifications (contact points, mute timings, templates) is in public preview for Enterprise and Cloud.
- Recording rules can be created for Grafana-managed alerts when the
grafanaManagedRecordingRulesflag is enabled, improving dashboard performance.
What new admin tools help communicate and secure Grafana instances in 11.3?
Admins can now publish announcement banners and configure LDAP via the UI, plus plugins can use RBAC.
- Announcement banners (public preview) appear at the top of the UI; enable with the
notificationBannertoggle and configure under Admin → General → Announcement Banner. - LDAP setup is now a UI wizard; enable the
ssoSettingsLDAPtoggle to avoid manual config file edits and restarts. - Plugins can define custom roles in
plugin.json, granting permissions to Viewer, Editor, Admin, or Grafana Admin by default. - Subfolder creation no longer requires extra permissions - users with Edit or Admin rights on a folder can create nested subfolders.
Frequently Asked Questions
Do I need to reinstall any plugins after upgrading to Grafana 11.3?
No existing plugins are automatically removed; only the Library panels tab is hidden, so you can continue using your plugins without reinstalling.
How can I share a dashboard with a specific timezone?
Append the tz URL parameter to the dashboard link, for example /d/abcd?tz=America/New_York.
Which feature toggle enables canvas actions?
Set vizActions=true in the feature_toggles section of grafana.ini.
Can users create subfolders without admin rights?
Yes, any user with Edit or Admin rights on a parent folder can create subfolders.
How do I enable the announcement banner in a self-managed Grafana?
Turn on the notificationBanner feature toggle in grafana.ini and then configure the banner under Admin > General > Announcement Banner.
Is the variable usage check available in Grafana 11.3?
No, the variable usage check is still listed as a known limitation and is not available in this release.