You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/cloud/grafana/prerequisites.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,6 @@ weight: 1
7
7
8
8
# {{% param title %}}
9
9
10
-
## Verify Old Version
11
-
12
-
1. Navigate to your Grafana website e.g. `https://{Team URL}.grafana.net`
13
-
1. Login to Grafana.
14
-
1. Open the *Dashboards* page via the menu on the left sidebar.
15
-
1. Select the folder that hosts the Cortex Dashboards, e.g. *Cortex*
16
-
1. Click the *Flow Execution Requests* dashboard to open it.
17
-
1. Change the time period to be *Last 90 days* and confirm data is present.
18
-
1. Make a note of values returned in the Overview tiles, or alternatively take a screenshot of the dashboard, to use later to verify the upgrade.
19
-
20
10
## Make Artefacts Available
21
11
22
12
1. Download the required artefacts to a folder on your machine:
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/cloud/grafana/try-it-out.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,27 @@ weight: 3
7
7
8
8
# {{% param title %}}
9
9
10
-
This guide describes how to verify that the upgrade has been successful. Please ensure that [Upgrade Promtail][] has been completed before taking these steps.
11
-
12
-
## Confirm Dashboards Load
13
-
14
-
1. Navigate to your Grafana website e.g. `https://{Team URL}.grafana.net`
15
-
1. Login to Grafana.
16
-
1. Open the *Dashboards* page via the menu on the left sidebar.
17
-
1. Select the folder that hosts the Cortex Dashboards, e.g. *Cortex*
18
-
1. Click the *Flow Execution Requests* dashboard to open it.
19
-
1. Change the time period to be *Last 90 days* and confirm data is present.
20
-
1. Confirm the data from the previous step is similar to the data captured when [verifying the old version][].
10
+
This guide describes how to verify that the upgrade has been successful. Please ensure that [Migration to Grafana Alloy][Migrate To Alloy] has been completed before taking these steps.
21
11
22
12
## Confirm New Data is Processed
23
13
24
14
{{% alert title="Note" %}}
25
-
Any flow can be used that exists on the system and can be executed.
15
+
This test uses the test flow published as part of testing the {{% ctx %}} installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlowNew" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlowNew" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed.
26
16
{{% / alert %}}
27
17
28
-
1. Open a web browser and navigate to your installed {{% ctx %}} Gateway URL, e.g. `https://server.domain.com/gateway`, and log in when prompted.
29
-
1. Open a flow that you are able to execute on an ad hoc basis.
30
-
1. Start the flow.
18
+
1. Open an HTTP client, such as [Postman][]. Make a request with the following format:
| URL | For HA installation use: <br />`https://{FQDN of Load Balancer Server}/api/default/default/flows/{Flow Name}/executions?packageName={Package Name}`<br />e.g. `https://load-balancer.domain.com/api/default/default/flows/NewFlow/executions?packageName=NewPackage` <br /><br /> For non-HA installation use: <br />`https://{FQDN of server}:8722/api/default/default/flows/{Flow Name}/executions?packageName={Package Name}`<br />e.g. `https://server.domain.com:8722/api/default/default/flows/NewFlow/executions?packageName=NewPackage`|
23
+
| Content Type | application/json |
24
+
| Body | {} |
25
+
| Authentication| Basic |
26
+
| Username | The value used for `ApiGatewayBasicAuthUsername` when installing Application Services. See [HA Installation script configuration][] or [Non-HA Installation script configuration][] for the value specified.|
27
+
| Password | The value used for `ApiGatewayBasicAuthPassword` when installing Application Services (Unencrypted). See [HA Installation script configuration][] or [Non-HA Installation script configuration][] for the value specified.|
28
+
29
+
{{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you may need to disable SSL certificate validation in your HTTP client. {{% /alert %}}
30
+
31
31
1. Once the request has completed, in your web browser, navigate to and log in to your configured Grafana.
32
32
1. Open the *Dashboards* page via the menu on the left sidebar.
33
33
1. Click the folder name that the dashboards were imported to.
@@ -44,5 +44,8 @@ If other requests have been made then there may be more than one request visible
44
44
If other requests have been made then there may be more than one request visible on the dashboard.
Copy file name to clipboardExpand all lines: content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/on-premise/grafana/try-it-out.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,22 @@ This guide describes how to verify that the upgrade has been successful. Please
28
28
## Confirm New Data is Processed
29
29
30
30
{{% alert title="Note" %}}
31
-
Any flow can be used that exists on the system and can be executed.
31
+
This test uses the test flow published as part of testing the {{% ctx %}} installation. See {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.TryItOutPublishedFlowNew" title="Testing HA installation" >}} or {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.TryItOutPublishedFlowNew" title="Testing non-HA installation" >}}. An alternative flow can be used that exists on the system and can be executed.
32
32
{{% / alert %}}
33
33
34
-
1. Open a web browser and navigate to your installed {{% ctx %}} Gateway URL, e.g. `https://server.domain.com/gateway`, and log in when prompted.
35
-
1. Open a flow that you are able to execute on an ad hoc basis.
36
-
1. Start the flow.
34
+
1. Open an HTTP client, such as [Postman][]. Make a request with the following format:
| URL | For HA installation use: <br />`https://{FQDN of Load Balancer Server}/api/default/default/flows/{Flow Name}/executions?packageName={Package Name}`<br />e.g. `https://load-balancer.domain.com/api/default/default/flows/NewFlow/executions?packageName=NewPackage` <br /><br /> For non-HA installation use: <br />`https://{FQDN of server}:8722/api/default/default/flows/{Flow Name}/executions?packageName={Package Name}`<br />e.g. `https://server.domain.com:8722/api/default/default/flows/NewFlow/executions?packageName=NewPackage`|
39
+
| Content Type | application/json |
40
+
| Body | {} |
41
+
| Authentication| Basic |
42
+
| Username | The value used for `ApiGatewayBasicAuthUsername` when installing Application Services. See [HA Installation script configuration][] or [Non-HA Installation script configuration][] for the value specified.|
43
+
| Password | The value used for `ApiGatewayBasicAuthPassword` when installing Application Services (Unencrypted). See [HA Installation script configuration][] or [Non-HA Installation script configuration][] for the value specified.|
44
+
45
+
{{% alert title="Note" %}} If you used self-signed certificates when installing the Application Servers you may need to disable SSL certificate validation in your HTTP client. {{% /alert %}}
46
+
37
47
1. Once the request has completed, in your web browser, navigate to and log in to your configured Grafana.
38
48
1. Open the *Dashboards* page via the menu on the left sidebar.
39
49
1. Click the folder name that the dashboards were imported to.
@@ -50,5 +60,8 @@ If other requests have been made then there may be more than one request visible
50
60
If other requests have been made then there may be more than one request visible on the dashboard.
0 commit comments