Skip to content

Commit b8b46b0

Browse files
author
Donna-Marie Smith
committed
renamed upgrade guide for correct version and also added initial instructions for adding new dashboard
1 parent ea57068 commit b8b46b0

17 files changed

Lines changed: 182 additions & 49 deletions

File tree

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "4.2.1 to 5.0.0"
3+
linkTitle: "4.2.1 to 5.0.0"
4+
description: "Instructions to upgrade your observability platform for {{% ctx %}} from 4.2.1 to 5.0.0."
5+
weight: 960
6+
---

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/cloud/_index.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/cloud/_index.md

File renamed without changes.

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/cloud/grafana/_index.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/cloud/grafana/_index.md

File renamed without changes.

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/cloud/grafana/prerequisites.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/cloud/grafana/prerequisites.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ weight: 1
1212
1. Download the required artefacts to a folder on your machine:
1313

1414
* [Grafana Alloy 1.15.1][] archive.
15+
* [Grafana.Dashboards.zip][] archive.
1516

1617
1. Extract the downloaded `alloy-installer-windows-amd64.exe` archive to a folder with the same name.
18+
1. Extract the downloaded `Grafana.Dashboards` archive to a folder with the same name.
1719

1820
## Backup Old Files
1921

@@ -28,4 +30,5 @@ On each Application Server that Grafana Alloy is installed on:
2830
1. [Upgrade Grafana Alloy][Upgrade Alloy]
2931

3032
[Grafana Alloy 1.15.1]: {{< url path="Grafana.SelfManaged.Downloads.GrafanaAlloy.1_15_1.Windows" >}}
31-
[Upgrade Alloy]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_0to5_0_0.Cloud.Grafana.UpgradeAlloy" >}}
33+
[Upgrade Alloy]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.UpgradeAlloy" >}}
34+
[Grafana.Dashboards.zip]: {{< url path="GitHub.Cortex.Observability.4_2_1.GrafanaDashboardsZip" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/cloud/grafana/try-it-out.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/cloud/grafana/try-it-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Try it out"
33
linkTitle: "Try it out"
44
description: "Information about trying out the observability platform after upgrade."
5-
weight: 3
5+
weight: 4
66
---
77

88
# {{% param title %}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/cloud/grafana/upgrade-alloy.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/cloud/grafana/upgrade-alloy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These steps will need to be performed on all application servers that host a Gra
3636

3737
## Next Steps?
3838

39-
1. [Try it out][]
39+
1. [Upgrade Dashboards][]
4040

41-
[Make Artefacts Available]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_0to5_0_0.Cloud.Grafana.MakeArtefactsAvailable" >}}
42-
[Try it out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_0to5_0_0.Cloud.Grafana.TryItOut" >}}
41+
[Make Artefacts Available]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.MakeArtefactsAvailable" >}}
42+
[Upgrade Dashboards]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.UpgradeDashboards" >}}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Upgrade Dashboards"
3+
linkTitle: "Upgrade Dashboards"
4+
description: "Information about upgrading your Grafana dashboards."
5+
weight: 3
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to upgrade the default dashboards that are provided for your observability platform.
11+
12+
{{% alert title="Warning" color="warning" %}}
13+
This new dashboard will only work if `Flow Logging` is enabled on your platform.
14+
{{% / alert %}}
15+
16+
## Import New Dashboard
17+
18+
1. Log in to your configured Grafana with a user that has the *Admin* role.
19+
1. Go to *Dashboards* via the menu on the left sidebar.
20+
1. Click the *New* button and select *Import* from the drop-down menu.
21+
1. Click the *Upload JSON file* button.
22+
1. Locate the extracted `Flow Execution Details.json` file downloaded as part of [Make Artefacts Available][].
23+
1. Select the file and click *Open*.
24+
1. Select the folder in Grafana you wish the dashboard to be saved in, e.g. *Cortex*.
25+
1. Select your configured Loki data source from the dropdown menu.
26+
1. Click *Import*.
27+
28+
## Next Steps?
29+
30+
1. [Try it out][]
31+
32+
[Make Artefacts Available]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.MakeArtefactsAvailable" >}}
33+
[Try it out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.TryItOut" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/on-premise/_index.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/on-premise/_index.md

File renamed without changes.

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.0-to-5.0.0/on-premise/grafana/_index.md renamed to content/en/docs/2026.3/Guides/upgrade-guides/upgrade-observability/4.2.1-to-5.0.0/on-premise/grafana/_index.md

File renamed without changes.

0 commit comments

Comments
 (0)