From 03ed5a372de9d02ce7c8155d534a383c978b7af2 Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Tue, 18 Nov 2025 14:24:25 -0600 Subject: [PATCH] Docs: What's new and Upgrade guide v12.3 (#113372) --- .../upgrade-guide/upgrade-v12.3/index.md | 20 +++++++ docs/sources/whatsnew/_index.md | 1 + docs/sources/whatsnew/whats-new-in-v12-3.md | 59 +++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 docs/sources/upgrade-guide/upgrade-v12.3/index.md create mode 100644 docs/sources/whatsnew/whats-new-in-v12-3.md diff --git a/docs/sources/upgrade-guide/upgrade-v12.3/index.md b/docs/sources/upgrade-guide/upgrade-v12.3/index.md new file mode 100644 index 00000000000..8d3dacbf396 --- /dev/null +++ b/docs/sources/upgrade-guide/upgrade-v12.3/index.md @@ -0,0 +1,20 @@ +--- +description: Guide for upgrading to Grafana v12.3 +keywords: + - grafana + - configuration + - documentation + - upgrade + - '12.3' +title: Upgrade to Grafana v12.3 +menuTitle: Upgrade to v12.3 +weight: 497 +--- + +# Upgrade to Grafana v12.3 + +{{< docs/shared lookup="upgrade/intro_2.md" source="grafana" version="" >}} + +{{< docs/shared lookup="back-up/back-up-grafana.md" source="grafana" version="" leveloffset="+1" >}} + +{{< docs/shared lookup="upgrade/upgrade-common-tasks.md" source="grafana" version="" >}} diff --git a/docs/sources/whatsnew/_index.md b/docs/sources/whatsnew/_index.md index 6779856cdeb..2a320749e66 100644 --- a/docs/sources/whatsnew/_index.md +++ b/docs/sources/whatsnew/_index.md @@ -193,6 +193,7 @@ For a complete list of every change, with links to pull requests and related iss ## Grafana 12 +- [What's new in 12.3](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v12-3) - [What's new in 12.2](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v12-2) - [What's new in 12.1](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v12-1) - [What's new in 12.0](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v12-0) diff --git a/docs/sources/whatsnew/whats-new-in-v12-3.md b/docs/sources/whatsnew/whats-new-in-v12-3.md new file mode 100644 index 00000000000..bcbb2201f65 --- /dev/null +++ b/docs/sources/whatsnew/whats-new-in-v12-3.md @@ -0,0 +1,59 @@ +--- +description: Feature and improvement highlights for Grafana v12.3 +keywords: + - grafana + - new + - documentation + - '12.3' + - release notes +labels: + products: + - cloud + - enterprise + - oss +title: What's new in Grafana v12.3 +posts: + - title: Interactive learning + items: + - whats-new/2025-10-22-interactive-learning-in-grafana.md + - title: Dashboards and visualizations + items: + - whats-new/2025-08-28-compare-time-series-data-across-time-ranges-in-the-same-panel.md + - whats-new/2025-10-27-switch-variable-type.md + - whats-new/2025-10-28-export-dashboards-as-images.md + - whats-new/2025-10-28-style-table-cells-with-css-properties.md + - whats-new/2025-10-31-save-reuse-and-share-dashboard-annotation-queries.md + - title: Logs + items: + - whats-new/2025-09-09-new-logs-panel.md + - whats-new/2025-10-20-new-logs-context.md + - whats-new/2025-10-22-new-field-selector-component-for-logs.md + - title: Data sources + items: + - whats-new/2025-10-16-unity-catalog-support-in-grafana-databricks-plugin.md + - whats-new/2025-10-01-raw-query-support-in-honeycomb-data-source.md + - whats-new/2025-11-04-cloudwatch-logs-anomaly-detection-and-pattern-analysis.md + - whats-new/2025-11-04-opensearch-ppl-language-support-and-sample-queries.md + - whats-new/2025-10-22-solarwinds-enterprise-data-source-for-grafana/ + - title: Breaking changes + items: + - whats-new/2025-10-03-removal-of-api-key-associated-permissions.md + - whats-new/2025-10-16-change-to-creator-permissions.md + - whats-new/2025-10-16-changes-to-provisioned-permissions.md +whats_new_grafana_version: 12.3 +weight: -52 +--- + +# What’s new in Grafana v12.3 + +Welcome to Grafana 12.3! + +This release reimagines how you explore logs, delivers more ways to connect your data, and enables more intuitive sharing, so you can spend less time navigating tools and more time turning signals into action. It starts with a completely redesigned logs panel that brings faster pattern recognition, clearer context, and a smoother exploration experience. We’ve also expanded what you can do with new data sources and query improvements, from SolarWinds Enterprise to advanced Honeycomb and OpenSearch capabilities. + +Sharing insights is easier too, with streamlined dashboard image exports and consolidated panel time controls that make comparisons and overrides more intuitive. And to help you learn as you go, a new interactive learning experience now brings contextual guidance directly into Grafana, giving you tips, tutorials, and documentation right when you need them. All of this comes together to make open observability easier, more accessible, and more powerful for every team. + +{{< youtube id=VidGeu4PRZw >}} + +For even more detail about all the changes in this release, refer to the [changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md). For the specific steps we recommend when you upgrade to v12.3, check out our [Upgrade Guide](https://grafana.com/docs/grafana//upgrade-guide/upgrade-v12.3/). + +{{< docs/whats-new >}}