Skip to content

Commit 374919b

Browse files
author
Donna-Marie Smith
committed
Fixed up paths from Program Data to ProgramData
1 parent c34f814 commit 374919b

12 files changed

Lines changed: 41 additions & 41 deletions

File tree

content/en/docs/2025.7/getting-started/on-premise/add-observability-to-innovation/Grafana/install-alloy/install-alloy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This guide describes how to install Grafana Alloy on the Application Server(s).
1212
## Install Grafana Alloy
1313

1414
1. Download the [Grafana Alloy 1.10.0][] archive.
15-
1. Extract content of the downloaded archive to a suitable location, e.g. `C:\Program Data\Cortex\Observability\Grafana Alloy`.
15+
1. Extract content of the downloaded archive to a suitable location, e.g. `C:\ProgramData\Cortex\Observability\Grafana Alloy`.
1616
1. Download the [Grafana Alloy.zip][] archive and extract its contents alongside the previously extracted Grafana Alloy `alloy-installer-windows-amd64.exe`.
1717
This archive contains the `config.alloy` configuration file and PowerShell scripts to install Grafana Alloy as a Windows service.
1818
1. Run Windows PowerShell as Administrator
19-
1. Change the location to where all the files were extracted to in step 2, e.g. `cd "C:\Program Data\Cortex\Observability\Grafana Alloy"`.
19+
1. Change the location to where all the files were extracted to in step 2, e.g. `cd "C:\ProgramData\Cortex\Observability\Grafana Alloy"`.
2020
1. Execute the `.\Install-Alloy.ps1` command to install the downloaded `alloy-installer-windows-amd64.exe` as a service.
2121
1. When prompted, enter the credentials that the Grafana Alloy Service should run as.
2222
1. When prompted, enter the bearer token that was specified when [configuring authentication for the Reverse Proxy][Reverse Proxy Authentication]

content/en/docs/2025.7/getting-started/on-premise/add-observability-to-innovation/Grafana/install-loki/install-loki.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This guide describes how to install Grafana Loki on the Web Application Server.
1212
## Install Grafana Loki
1313

1414
1. Download [Grafana Loki 3.0.0][] archive.
15-
1. Extract content of the downloaded archive to a suitable location, e.g. `C:\Program Data\Cortex\Observability\Loki`.
15+
1. Extract content of the downloaded archive to a suitable location, e.g. `C:\ProgramData\Cortex\Observability\Loki`.
1616
1. Download the [Grafana Loki Install.zip][] archive and extract its contents alongside the previously extracted Grafana Loki `loki-windows-amd64.exe`.
1717
This archive contains the `loki-local-config.yaml` configuration file, [NSSM][] (the Non-Sucking Service Manager program) and PowerShell scripts to help manage Grafana Loki as a Windows service.
1818
1. Run Windows PowerShell as Administrator.
19-
1. Change the location to where all the files were extracted to in step 2, e.g. `cd "C:\Program Data\Cortex\Observability\Loki"`.
19+
1. Change the location to where all the files were extracted to in step 2, e.g. `cd "C:\ProgramData\Cortex\Observability\Loki"`.
2020
1. Execute the `.\Install-Loki.ps1` command to install the downloaded Grafana Loki `loki-windows-amd64.exe` as a service.
2121
1. Execute the `.\Start-Loki.ps1` command to start the Grafana Loki service.
2222

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/2.2.0-to-3.0.0/cloud/grafana/upgrade-promtail.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These steps will need to be performed on all application servers that host a Pro
1717

1818
1. Log in to the application server.
1919
1. Run Windows PowerShell as Administrator.
20-
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
20+
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
2121
1. Remove the current Promtail installation by executing the following command:
2222

2323
``` powershell
@@ -26,7 +26,7 @@ These steps will need to be performed on all application servers that host a Pro
2626
2727
1. Click *Yes* when prompted for confirmation that you wish to remove the service.
2828
1. Click *OK* when the successful removal of the Promtail service is confirmed.
29-
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`
29+
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`
3030
1. Delete the following files from the directory:
3131
3232
* Install-Promtail.ps1
@@ -38,17 +38,17 @@ These steps will need to be performed on all application servers that host a Pro
3838
* Stop-Promtail.ps1
3939
4040
1. In File Explorer, navigate to the extracted `promtail-windows-amd64.exe` folder created as part of [Make Artefacts Available][].
41-
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
41+
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4242
1. In File Explorer, navigate to the extracted `Promtail.Install` folder created as part of [Make Artefacts Available][].
43-
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
43+
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4444
1. Open `promtail-local-config.yaml` in a text editor:
4545
4646
* Update the *filename* property under *positions* to be the value found in the [backed up][] version.
4747
* Update the *url* property under *clients* to be the value found in the [backed up][] version.
4848
* Save the new `promtail-local-config.yaml` file.
4949
5050
1. Run Windows PowerShell as Administrator.
51-
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
51+
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
5252
1. Install Promtail by executing the following command:
5353
5454
``` powershell

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/2.2.0-to-3.0.0/on-premise/grafana/upgrade-loki.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide describes how to upgrade the Loki installation. Please ensure that th
1313

1414
1. Log in to the server hosting your Loki service.
1515
1. Run Windows PowerShell as Administrator.
16-
1. Change the directory to the folder where Loki is running from, e.g. `cd C:\Program Data\Cortex\Observability\Loki`.
16+
1. Change the directory to the folder where Loki is running from, e.g. `cd C:\ProgramData\Cortex\Observability\Loki`.
1717
1. Remove the current Loki installation by executing the following command:
1818

1919
``` powershell
@@ -22,7 +22,7 @@ This guide describes how to upgrade the Loki installation. Please ensure that th
2222
2323
1. Click *Yes* when prompted for confirmation that you wish to remove the service.
2424
1. Click *OK* when the successful removal of the Loki service is confirmed.
25-
1. Open a File Explorer and navigate to the folder where Loki was running from, e.g. `C:\Program Data\Cortex\Observability\Loki`.
25+
1. Open a File Explorer and navigate to the folder where Loki was running from, e.g. `C:\ProgramData\Cortex\Observability\Loki`.
2626
1. Delete the following files from the directory:
2727
2828
* Install-Loki.ps1
@@ -34,9 +34,9 @@ This guide describes how to upgrade the Loki installation. Please ensure that th
3434
* Stop-Loki.ps1
3535
3636
1. In File Explorer, navigate to the extracted `loki-windows-amd64.exe` folder created as part of [Make Artefacts Available][].
37-
1. Copy the `loki-windows-amd64.exe` file into the folder that Loki was previously running from, e.g. `C:\Program Data\Cortex\Observability\Loki`.
37+
1. Copy the `loki-windows-amd64.exe` file into the folder that Loki was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Loki`.
3838
1. In File Explorer, navigate to the extracted `Grafana.Loki.Install` folder created as part of [Make Artefacts Available][].
39-
1. Copy the contents of this location into the folder that Loki was previously running from, e.g. `C:\Program Data\Cortex\Observability\Loki`.
39+
1. Copy the contents of this location into the folder that Loki was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Loki`.
4040
1. Open the new `loki-local-config.yaml` file in a text editor and compare against the [backed up][] version. If there are differences between the two files in the *schema_config* > *configs* section:
4141
4242
1. In the new file, change the date next to `- from` to be today's date.
@@ -66,7 +66,7 @@ This guide describes how to upgrade the Loki installation. Please ensure that th
6666
1. Save the new `loki-local-config.yaml` file.
6767
6868
1. Run Windows PowerShell as Administrator.
69-
1. Change the directory to the folder where the Loki files have been copied to, e.g. `cd C:\Program Data\Cortex\Observability\Loki`.
69+
1. Change the directory to the folder where the Loki files have been copied to, e.g. `cd C:\ProgramData\Cortex\Observability\Loki`.
7070
1. Install Loki by executing the following command:
7171
7272
``` powershell

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/2.2.0-to-3.0.0/on-premise/grafana/upgrade-promtail.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These steps will need to be performed on all application servers that host a Pro
1717

1818
1. Log in to the application server.
1919
1. Run Windows PowerShell as Administrator.
20-
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
20+
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
2121
1. Remove the current Promtail installation by executing the following command:
2222

2323
``` powershell
@@ -26,7 +26,7 @@ These steps will need to be performed on all application servers that host a Pro
2626
2727
1. Click *Yes* when prompted for confirmation that you wish to remove the service.
2828
1. Click *OK* when the successful removal of the Promtail service is confirmed.
29-
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`
29+
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`
3030
1. Delete the following files from the directory:
3131
3232
* Install-Promtail.ps1
@@ -38,17 +38,17 @@ These steps will need to be performed on all application servers that host a Pro
3838
* Stop-Promtail.ps1
3939
4040
1. In File Explorer, navigate to the extracted `promtail-windows-amd64.exe` folder created as part of [Make Artefacts Available][].
41-
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
41+
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4242
1. In File Explorer, navigate to the extracted `Promtail.Install` folder created as part of [Make Artefacts Available][].
43-
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
43+
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4444
1. Open the new `promtail-local-config.yaml` in a text editor:
4545
4646
* Update the *filename* property under *positions* to be the value found in the [backed up][] version.
4747
* Update the *url* property under *clients* to be the value found in the [backed up][] version.
4848
* Save the new `promtail-local-config.yaml` file.
4949
5050
1. Run Windows PowerShell as Administrator.
51-
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
51+
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
5252
1. Install Promtail by executing the following command:
5353
5454
``` powershell

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/cloud/grafana/upgrade-promtail.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These steps will need to be performed on all application servers that host a Pro
1717

1818
1. Log in to the application server.
1919
1. Run Windows PowerShell as Administrator.
20-
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
20+
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
2121
1. Remove the current Promtail installation by executing the following command:
2222

2323
``` powershell
@@ -26,7 +26,7 @@ These steps will need to be performed on all application servers that host a Pro
2626
2727
1. Click *Yes* when prompted for confirmation that you wish to remove the service.
2828
1. Click *OK* when the successful removal of the Promtail service is confirmed.
29-
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`
29+
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`
3030
1. Delete the following files from the directory:
3131
3232
* Install-Promtail.ps1
@@ -38,17 +38,17 @@ These steps will need to be performed on all application servers that host a Pro
3838
* Stop-Promtail.ps1
3939
4040
1. In File Explorer, navigate to the extracted `promtail-windows-amd64.exe` folder created as part of [Make Artefacts Available][].
41-
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
41+
1. Copy the `promtail-windows-amd64.exe` file into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4242
1. In File Explorer, navigate to the extracted `Promtail.Install` folder created as part of [Make Artefacts Available][].
43-
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
43+
1. Copy the contents of this location into the folder that Promtail was previously running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
4444
1. Open `promtail-local-config.yaml` in a text editor:
4545
4646
* Update the *filename* property under *positions* to be the value found in the [backed up][] version.
4747
* Update the *url* property under *clients* to be the value found in the [backed up][] version.
4848
* Save the new `promtail-local-config.yaml` file.
4949
5050
1. Run Windows PowerShell as Administrator.
51-
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
51+
1. Change the directory to the folder where the Promtail files have been copied to, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
5252
1. Install Promtail by executing the following command:
5353
5454
``` powershell

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/on-premise/grafana/migrate-to-alloy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide describes how to migrate from a Promtail Installation to Grafana Allo
1111

1212
## Modify Client URL for Grafana Loki
1313

14-
1. Open the `promtail-local-config.yaml` configuration file, which is located in the folder alongside the `promtail-windows-amd64.exe` file e.g. `C:\Program Data\Cortex\Observability\Promtail`.
14+
1. Open the `promtail-local-config.yaml` configuration file, which is located in the folder alongside the `promtail-windows-amd64.exe` file e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
1515
1. Locate the Grafana Loki `URL` in the `clients` section.
1616
1. Remove the `username:password@` from the URL
1717

@@ -26,7 +26,7 @@ These steps will need to be performed on all application servers that host a Pro
2626

2727
1. Log in to the application server.
2828
1. Run Windows PowerShell as Administrator.
29-
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\Program Data\Cortex\Observability\Promtail`.
29+
1. Change the directory to the folder where Promtail is running from, e.g. `cd C:\ProgramData\Cortex\Observability\Promtail`.
3030
1. Remove the current Promtail installation by executing the following command:
3131

3232
``` powershell
@@ -35,13 +35,13 @@ These steps will need to be performed on all application servers that host a Pro
3535
3636
1. Click *Yes* when prompted for confirmation that you wish to remove the service.
3737
1. Click *OK* when the successful removal of the Promtail service is confirmed.
38-
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`
38+
1. Open a File Explorer and navigate to the folder where Promtail was running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`
3939
1. Delete the Promtail directory
4040
1. In File Explorer, navigate to the extracted alloy-installer-windows-amd64.exe folder created as part of [Make Artefacts Available][].
41-
1. Copy the alloy-installer-windows-amd64.exe into a suitable location, e.g. `C:\Program Data\Cortex\Observability\Grafana Alloy`.
41+
1. Copy the alloy-installer-windows-amd64.exe into a suitable location, e.g. `C:\ProgramData\Cortex\Observability\Grafana Alloy`.
4242
1. In File Explorer, navigate to the extracted Grafana.Alloy.Install folder created as part of [Make Artefacts Available][].
4343
1. Copy the contents of the folder to the same location as the previously copied alloy-installer-windows-amd64.exe.
44-
1. In Powershell change the location to the folder that the artefacts have been copied to, e.g. `cd C:\Program Data\Cortex\Observability\Grafana Alloy`.
44+
1. In Powershell change the location to the folder that the artefacts have been copied to, e.g. `cd C:\ProgramData\Cortex\Observability\Grafana Alloy`.
4545
1. Execute the `.\Migrate-Promtail-To-Alloy.ps1` command to install the downloaded `alloy-installer-windows-amd64.exe` as a service.
4646
1. When prompted, enter the credentials that the Grafana Alloy Service should run as.
4747
1. When prompted, enter the bearer token that was specified when [configuring authentication for the Reverse Proxy][Reverse Proxy Authentication]

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-observability/3.0.0-to-4.0.0/on-premise/grafana/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ weight: 1
5151
1. Open File Explorer and navigate to the location that Grafana was previously installed to, typically `%SystemDrive%\Program Files\GrafanaLabs\grafana\conf`.
5252
1. Copy the `custom.ini` file and save it to the `Observability Backups` folder created at step 1.
5353
1. Copy the `defaults.ini` file and save it to the `Observability Backups` folder created at step 1.
54-
1. In File Explorer, navigate to the location that Loki is running from, e.g. `C:\Program Data\Cortex\Observability\Loki\`.
54+
1. In File Explorer, navigate to the location that Loki is running from, e.g. `C:\ProgramData\Cortex\Observability\Loki\`.
5555
1. Copy the `loki-local-config.yaml` file and save it to the `Observability Backups` folder created at step 1.
5656
1. On each Application Server that Promtail is installed on:
5757
5858
1. Create a folder called `Observability Backups` in a known location.
59-
1. Open File Explorer and navigate to the location that Promtail is running from, e.g. `C:\Program Data\Cortex\Observability\Promtail`.
59+
1. Open File Explorer and navigate to the location that Promtail is running from, e.g. `C:\ProgramData\Cortex\Observability\Promtail`.
6060
1. Copy the `promtail-local-config.yaml` file and save it to the `Observability Backups` folder created at step 7.1.
6161
6262
## Next Steps?

0 commit comments

Comments
 (0)