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

Commit ba3dbb7

Browse files
authored
Merge pull request #2385 from splunk/pwilliams-docguild-27139-2
Remove package manager examples
2 parents 31ea7e4 + edabc6c commit ba3dbb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/collector-upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The installer script uses one of the supported package managers to install the Collector, for example apt or yum.
1+
The installer script uses one of the supported package managers to install the Collector.
22

33
When you update the Collector using the official packages, configuration files are never overridden. If you need to update the configuration after an update, edit them manually before backward compatibility is dropped.
44

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Follow these steps:
7070
7171
Start-Process -Wait msiexec "/i PATH_TO_MSI /qn"
7272
73-
3. Update all variables in the configuration file as appropriate.
73+
3. Configure the Collector using the environment variables listed in the table below.
7474

7575
.. code-block:: PowerShell
7676
@@ -140,7 +140,7 @@ You can use the following Splunk-specific environment variables with the MSI:
140140
- ``us0``
141141

142142
* - ``SPLUNK_SETUP_COLLECTOR_MODE``
143-
- Install property that sets the Collector's deployment mode. Learn more at :ref:`otel-deployment-mode`.
143+
- Install property that sets the Collector's deployment mode to either ``agent`` or ``gateway``. Learn more at :ref:`otel-deployment-mode`.
144144
- ``agent``
145145

146146
* - ``SPLUNK_TRACE_URL``

0 commit comments

Comments
 (0)