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

Commit 22a5084

Browse files
Include
1 parent db66238 commit 22a5084

File tree

5 files changed

+21
-38
lines changed

5 files changed

+21
-38
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
After you have installed the package, see:
2+
3+
* :ref:`windows-config-ootb`.
4+
* :ref:`otel-windows-config`.
5+
* :ref:`collector-how-to`.
6+
* :ref:`use-navigators-imm`.
7+
* View logs and errors in the Windows Event Viewer. Search for "view logs and errors" on the :new-page:`Microsoft documentation site <https://docs.microsoft.com/en-us/>` for more information.

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Prerequisites
3535

3636
.. _windows-docker:
3737

38-
Install using Docker
39-
===============================
38+
Install the Collector for Windows using Docker
39+
==============================================================
4040

4141
Run the following command to deploy the latest Docker image:
4242

@@ -49,8 +49,8 @@ Run the following command to deploy the latest Docker image:
4949
5050
.. _windows-binary:
5151

52-
Install using the binary file
53-
===============================
52+
Install the Collector for Windows using the binary file
53+
==============================================================
5454

5555
To install the Collector using the binary file, follow these steps:
5656

@@ -119,10 +119,4 @@ Example with ``--config``
119119
Next steps
120120
==================================
121121

122-
After you have installed the package, see:
123-
124-
* :ref:`windows-config-ootb`.
125-
* :ref:`otel-windows-config`.
126-
* :ref:`collector-how-to`.
127-
* :ref:`use-navigators-imm`.
128-
* View logs and errors in the Windows Event Viewer. Search for "view logs and errors" on :new-page:`Microsoft documentation site <https://docs.microsoft.com/en-us/>` for more information.
122+
.. include:: /_includes/gdi/collector-windows-next-steps.rst

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ Custom MSI URLs
119119
By default, the Collector MSI is downloaded from :new-page:`https://dl.signalfx.com <https://dl.signalfx.com>` and
120120
the Fluentd MSI is downloaded from :new-page:`https://packages.treasuredata.com <https://packages.treasuredata.com>`.
121121

122-
To specify custom URLs for these downloads, use the ``collector_msi_url`` and ``fluentd_msi_url`` options. Replace ``COLLECTOR_MSI_URL`` and ``FLUENTD_MSI_URL`` with the URLs to the desired MSI packages to install:
122+
To specify custom URLs for these downloads, replace ``COLLECTOR_MSI_URL`` and ``FLUENTD_MSI_URL`` with the URLs to the desired MSI packages to install:
123123

124124
.. code-block:: PowerShell
125125
126126
& {Set-ExecutionPolicy Bypass -Scope Process -Force; $script = ((New-Object System.Net.WebClient).DownloadString('https://dl.signalfx.com/splunk-otel-collector.ps1')); $params = @{access_token = "<SPLUNK_ACCESS_TOKEN>"; realm = "<SPLUNK_REALM>"; collector_msi_url = "<COLLECTOR_MSI_URL>"; fluentd_msi_url = "<FLUENTD_MSI_URL>"}; Invoke-Command -ScriptBlock ([scriptblock]::Create(". {$script} $(&{$args} @params)"))}
127127
128128
.. _windows-chocolatey:
129129

130-
Install using a Chocolatey package
131-
===========================================
130+
Install the Collector using a Chocolatey package
131+
======================================================
132132

133133
A :new-page:`Chocolatey package <https://community.chocolatey.org/packages/splunk-otel-collector>` is available to download, install, and configure the Collector and Fluentd with the following PowerShell command:
134134

@@ -139,10 +139,4 @@ A :new-page:`Chocolatey package <https://community.chocolatey.org/packages/splun
139139
Next steps
140140
==================================
141141

142-
After you have installed the package, see:
143-
144-
* :ref:`windows-config-ootb`.
145-
* :ref:`otel-windows-config`.
146-
* :ref:`collector-how-to`.
147-
* :ref:`use-navigators-imm`.
148-
* View logs and errors in the Windows Event Viewer. Search for "view logs and errors" on :new-page:`Microsoft documentation site <https://docs.microsoft.com/en-us/>` for more information.
142+
.. include:: /_includes/gdi/collector-windows-next-steps.rst

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,7 @@ Splunk provides a Puppet module to install and configure the package. A module i
7070
Next steps
7171
==================================
7272

73-
After you have installed the package, see:
74-
75-
* :ref:`windows-config-ootb`.
76-
* :ref:`otel-windows-config`.
77-
* :ref:`collector-how-to`.
78-
* :ref:`use-navigators-imm`.
79-
* View logs and errors in the Windows Event Viewer. Search for "view logs and errors" on :new-page:`Microsoft documentation site <https://docs.microsoft.com/en-us/>` for more information.
73+
.. include:: /_includes/gdi/collector-windows-next-steps.rst
8074

8175

8276

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The Windows installer script installs the following packages:
4848

4949
.. _windows-script:
5050

51-
Install the Collector using the script
52-
============================================
51+
Install the Collector for Windows using the installer script
52+
================================================================
5353

5454
The installer script is available for Windows 64-bit environments, and deploys and configures:
5555

@@ -74,7 +74,7 @@ If you need to activate TLS in PowerShell, use the command:
7474
7575
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
7676
77-
.. caution:: Starting from version 0.89, the installer for the Splunk Distribution of the OpenTelemetry Collector for Windows sets its configuration using environment variables at service level instead of global level. When configuring additional settings, use service, process, or terminal scopes.
77+
.. caution:: Starting from version 0.89, the installer for the Splunk Distribution of the OpenTelemetry Collector for Windows sets its configuration using environment variables at service level instead of global level. To configure additional settings use service, process, or terminal scopes.
7878

7979
.. _otel-installer-options-windows:
8080
.. _windows-script-options:
@@ -170,13 +170,7 @@ The Windows installer script supports the following options:
170170
Next steps
171171
==================================
172172

173-
After you have installed the package, see:
174-
175-
* :ref:`windows-config-ootb`.
176-
* :ref:`otel-windows-config`.
177-
* :ref:`collector-how-to`.
178-
* :ref:`use-navigators-imm`.
179-
* View logs and errors in the Windows Event Viewer. Search for "view logs and errors" on :new-page:`Microsoft documentation site <https://docs.microsoft.com/en-us/>` for more information.
173+
.. include:: /_includes/gdi/collector-windows-next-steps.rst
180174

181175

182176

0 commit comments

Comments
 (0)