Skip to content

Commit b82cdc6

Browse files
author
Donna-Marie Smith
committed
made changes following review of site content
1 parent 17f87ce commit b82cdc6

7 files changed

Lines changed: 47 additions & 5 deletions

File tree

content/en/docs/2025.3/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 60
99

1010
This guide describes where to get the default {{% ctx %}} Dashboards from and how to import them for use in Grafana.
1111

12-
Please ensure that the Installations for [Grafana][] and [Loki][] have been completed before starting this section.
12+
Please ensure that the Installations for [Grafana][], [Loki][] and [Alloy] have been completed before starting this section.
1313

1414
## Configure Loki Data Source in Grafana
1515

@@ -84,6 +84,7 @@ To do this, follow these steps for all default {{% ctx %}} dashboards imported:
8484

8585
1. [Try it Out][]
8686

87+
[Alloy]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallAlloy.MainDoc" >}}
8788
[Grafana.Dashboards.zip]: {{< url path="GitHub.Cortex.Observability.4_2_1.GrafanaDashboardsZip" >}}
8889
[Grafana]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallGrafana.MainDoc" >}}
8990
[Loki]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallLoki.MainDoc" >}}

content/en/docs/2025.9/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 60
99

1010
This guide describes where to get the default {{% ctx %}} Dashboards from and how to import them for use in Grafana.
1111

12-
Please ensure that the Installations for [Grafana][] and [Loki][] have been completed before starting this section.
12+
Please ensure that the Installations for [Grafana][], [Loki][] and [Alloy] have been completed before starting this section.
1313

1414
## Configure Loki Data Source in Grafana
1515

@@ -84,6 +84,7 @@ To do this, follow these steps for all default {{% ctx %}} dashboards imported:
8484

8585
1. [Try it Out][]
8686

87+
[Alloy]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallAlloy.MainDoc" >}}
8788
[Grafana.Dashboards.zip]: {{< url path="GitHub.Cortex.Observability.4_2_1.GrafanaDashboardsZip" >}}
8889
[Grafana]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallGrafana.MainDoc" >}}
8990
[Loki]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallLoki.MainDoc" >}}

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 4
77

88
# {{% param title %}}
99

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.
10+
This guide describes how to verify that the upgrade has been successful. Please ensure that [Upgrade Grafana Alloy][Upgrade Alloy] has been completed before taking these steps.
1111

1212
## Confirm New Data is Processed
1313

@@ -58,5 +58,5 @@ If other requests have been made then there may be more than one request visible
5858

5959
[Postman]: {{< url path="Postman.Downloads.MainDoc" >}}
6060
[HA Installation script configuration]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
61-
[Migrate To Alloy]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.3_0_0to4_0_0.Cloud.Grafana.MigrateToAlloy" >}}
61+
[Upgrade Alloy]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeObservability.4_2_1to5_0_0.Cloud.Grafana.UpgradeAlloy" >}}
6262
[Non-HA Installation script configuration]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}

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

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,50 @@ These steps will need to be performed on all application servers that host a Gra
2929
1. Change the `__path__` value so that the part containing the file name changes to `ServiceFabricHttpEventLog-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]{,_[0-9][0-9][0-9]}.json`. Note there is a change to the `,` location.
3030

3131
The line should now look similar to `__path__ = "C:/ProgramData/Cortex/API Gateway Service/Logs/**/ServiceFabricHttpEventLog-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]{,_[0-9][0-9][0-9]}.json",`
32+
1. Copy the following code and paste it in to the `config.alloy` file. It should be added to the end of the `expressions` section but before the `}` typically found on line 139.
33+
34+
``` text
35+
FlowResult = "Event.Tags.Cortex.\"Execution.Result.Status\" || 'N/A'",
36+
Method = "'Unknown'",
37+
```
38+
39+
1. Copy the following code and paste it in to the `config.alloy` file. It should be added to the end of the `values` section but before the `}` typically found on line 157 after the above change.
40+
41+
``` text
42+
FlowResult = null,
43+
Method = null,
44+
```
45+
46+
1. Copy the following code and paste it in to the `config.alloy` file. It should be added to the end of the `loki.process "ExecutionService" {` section but before the `}` typically found on line 162 after the above change.
47+
48+
``` text
49+
50+
stage.match {
51+
selector = "{job=\"ExecutionService\"}|~ \"\\\"Method\\\":.?\\\"Cortex.FlowEngine.Execution.Engine.Run\\\"\""
52+
53+
stage.json {
54+
expressions = {
55+
Method = "'FlowExecution'",
56+
}
57+
}
58+
59+
stage.labels {
60+
values = {
61+
Method = null,
62+
}
63+
}
64+
}
65+
```
66+
3267
1. Save the file.
68+
69+
### Restart the Service
70+
3371
1. Open `services.msc`.
3472
1. Locate the `Alloy` service.
3573
1. Right click on the service name and select `Restart`. If the service is not already running, select `Start`.
3674
75+
3776
## Next Steps?
3877
3978
1. [Upgrade Dashboards][]

content/en/docs/2026.3/getting-started/on-premise/add-observability-to-innovation/Grafana/setup-grafana.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 60
99

1010
This guide describes where to get the default {{% ctx %}} Dashboards from and how to import them for use in Grafana.
1111

12-
Please ensure that the Installations for [Grafana][] and [Loki][] have been completed before starting this section.
12+
Please ensure that the Installations for [Grafana][], [Loki][] and [Alloy] have been completed before starting this section.
1313

1414
## Configure Loki Data Source in Grafana
1515

@@ -84,6 +84,7 @@ To do this, follow these steps for all default {{% ctx %}} dashboards imported:
8484

8585
1. [Try it Out][]
8686

87+
[Alloy]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallAlloy.MainDoc" >}}
8788
[Grafana.Dashboards.zip]: {{< url path="GitHub.Cortex.Observability.4_2_1.GrafanaDashboardsZip" >}}
8889
[Grafana]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallGrafana.MainDoc" >}}
8990
[Loki]: {{< url path="Cortex.GettingStarted.OnPremise.AddObservabilityToInnovation.Grafana.InstallLoki.MainDoc" >}}
2.38 KB
Loading
7.65 KB
Loading

0 commit comments

Comments
 (0)