Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 342ce6b

Browse files
authored
Merge pull request #2390 from splunk/pwilliams-msi-config-clarify
Clarify language around config when using MSI
2 parents 111c3f1 + dc61d4e commit 342ce6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gdi/opentelemetry/collector-windows/install-windows-msi.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ Follow these steps:
6666

6767
2. Run the following command, where ``PATH_TO_MSI`` is the full path to the downloaded package. For example, ``C:\your\download\folder\splunk-otel-collector-0.4.0-amd64.msi``.
6868

69-
.. code-block:: PowerShell
69+
.. code-block:: PowerShell
7070
71-
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn"
71+
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn"
7272
73-
3. Configure the Collector using the environment variables listed in the table below.
73+
3. Configure the Collector using the variables listed in the table that follows:
7474

75-
.. code-block:: PowerShell
75+
.. code-block:: PowerShell
7676
77-
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn SPLUNK_ACCESS_TOKEN=<my_access_token>"
77+
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn SPLUNK_ACCESS_TOKEN=<my_access_token>"
7878
79-
You can use the following Splunk-specific environment variables with the MSI:
79+
Use the following installation configurations with the MSI deployment method:
8080

8181
.. list-table::
8282
:widths: 15 75 10

0 commit comments

Comments
 (0)