You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-windows/install-windows-manual.rst
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ Install the Collector for Windows manually
14
14
15
15
You can use Windows MSI to install the Splunk Distribution of the Collector for Windows.
16
16
17
+
.. note::
18
+
19
+
The Splunk Distribution of the OpenTelemetry Collector comes with a default configuration, as detailed in :ref:`windows-config-ootb`. To modify this configuration, refer to :ref:`otel-windows-config`.
20
+
21
+
To learn how to obtain logs, see :ref:`windows-config-logs`.
22
+
17
23
Alternatively, you can also install the Collector for Windows:
18
24
19
25
* Using the installer script. See :ref:`otel-install-windows`.
@@ -78,22 +84,6 @@ To install the Collector using the binary file, follow these steps:
78
84
79
85
# type Ctrl-c to stop the collector
80
86
81
-
.. _install-windows-manual-modify-default:
82
-
83
-
Modify the default configuration
84
-
==========================================
85
-
86
-
All installation methods offer default configurations using environment variables. Before starting the ``splunk-otel-collector`` service, replace the variables in the default configuration file with the appropriate values for your environment. See :ref:`otel-windows-config` for more information.
87
-
88
-
.. include:: /_includes/collector-env-vars.rst
89
-
90
-
.. note:: When configuring additional settings, use service, process, or terminal scopes.
91
-
92
-
Configure proxy settings
93
-
----------------------------------
94
-
95
-
To configure proxy settings to install and run the OpenTelemetry Collector, see :ref:`configure-proxy-collector`.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-windows/install-windows-msi.rst
+25-35Lines changed: 25 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ Install the Collector for Windows using MSI
14
14
15
15
You can use Windows MSI to install the Splunk Distribution of the Collector for Windows.
16
16
17
+
.. note::
18
+
19
+
The Splunk Distribution of the OpenTelemetry Collector comes with a default configuration, as detailed in :ref:`windows-config-ootb`. To modify this configuration, refer to :ref:`otel-windows-config`.
20
+
21
+
To learn how to obtain logs, see :ref:`windows-config-logs`.
22
+
17
23
Alternatively, you can also install the Collector for Windows:
18
24
19
25
* Using the installer script. See :ref:`otel-install-windows`.
To install the package using Windows Installer, download the Windows MSI package (64-bit only) from :new-page:`GitHub releases <https://github.com/signalfx/splunk-otel-collector/releases>`.
41
+
To install the package using Windows Installer, download the Windows MSI package (64-bit only) from the Collector's :new-page:`GitHub release site <https://github.com/signalfx/splunk-otel-collector/releases>`.
43
42
44
43
- The package is installed to ``\Program Files\Splunk\OpenTelemetry Collector``.
45
44
- The ``splunk-otel-collector`` service is created, but not started.
@@ -70,27 +69,24 @@ Follow these steps:
70
69
71
70
Start-Process-Wait msiexec "/i PATH_TO_MSI /qn"
72
71
73
-
1. Update all variables in the configuration file as appropriate. See :ref:`install-windows-msi-env-variables`.
72
+
1. Update all variables in the configuration file as appropriate. See :ref:`install-windows-msi-modify-default`.
74
73
2. Start the ``splunk-otel-collector`` service by rebooting the system or by running the following command in a PowerShell terminal:
75
74
76
75
.. code-block:: PowerShell
77
76
78
77
Start-Service splunk-otel-collector
79
78
80
-
Learn more about advanced configuration options (including Service Logging) using PowerShell in the Splunk Distribution of OpenTelemetry Collector :new-page:`Windows manual <https://github.com/signalfx/splunk-otel-collector/blob/main/docs/getting-started/windows-manual.md>`.
79
+
Learn more about advanced configuration options (including Service Logging) using PowerShell in the following docs:
Install, configure, and start the Collector with :ref:`Windows Installer <windows-installer>`. The Collector default configuration file ``\ProgramData\Splunk\OpenTelemetry Collector\agent_config.yaml`` listens for log events on ``127.0.0.1:8006`` and sends them to Splunk Observability Cloud.
91
-
92
-
Log collection with Fluentd
93
-
-----------------------------------------------
89
+
If you have a Log Observer entitlement or wish to collect logs for the target host, make sure Fluentd is installed and enabled in your Collector instance.
94
90
95
91
.. note:: You need to be an Admin to configure log collection with Fluentd.
96
92
@@ -117,34 +113,28 @@ Perform the following steps to install Fluentd and forward ``collected`` log eve
117
113
118
114
Learn more about general Fluentd configuration details in the :new-page:`official Fluentd documentation <https://docs.fluentd.org/configuration>`.
By default, the Collector MSI is downloaded from :new-page:`https://dl.signalfx.com <https://dl.signalfx.com>` and
120
+
the Fluentd MSI is downloaded from :new-page:`https://packages.treasuredata.com <https://packages.treasuredata.com>`.
124
121
125
-
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:
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:
Learn more about the :new-page:`package parameters <https://github.com/signalfx/splunk-otel-collector/blob/main/docs/getting-started/windows-manual.md#package-parameters>` in GitHub.
All installation methods offer default configurations using environment variables. Before starting the ``splunk-otel-collector`` service, replace the variables in the default configuration file with the appropriate values for your environment. See :ref:`otel-windows-config` for more information.
128
+
.. _windows-chocolatey:
139
129
140
-
.. include:: /_includes/collector-env-vars.rst
130
+
Install using a Chocolatey package
131
+
===========================================
141
132
142
-
.. note:: When configuring additional settings, use service, process, or terminal scopes.
133
+
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:
143
134
144
-
Configure proxy settings
145
-
----------------------------------
135
+
.. code-block:: PowerShell
146
136
147
-
To configure proxy settings to install and run the OpenTelemetry Collector, see :ref:`configure-proxy-collector`.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-windows/install-windows-tools.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ forwarding for all data types. You can install it using the following deployment
20
20
* :ref:`windows-nomad`
21
21
* :ref:`windows-puppet`
22
22
23
+
.. note::
24
+
25
+
The Splunk Distribution of the OpenTelemetry Collector comes with a default configuration, as detailed in :ref:`windows-config-ootb`. To modify this configuration, refer to :ref:`otel-windows-config`.
26
+
27
+
To learn how to obtain logs, see :ref:`windows-config-logs`.
28
+
23
29
Alternatively, you can also install the Collector for Windows:
24
30
25
31
* Using the installer script. See :ref:`otel-install-windows`.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/collector-windows/install-windows.rst
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@ Install the Collector for Windows with the installer script
14
14
The Splunk Distribution of the OpenTelemetry Collector for Windows is a package that provides integrated collection and
15
15
forwarding for all data types. Read on to see how to install it using the installer script.
16
16
17
-
.. note:: The Collector comes with a default configuration. To learn more, see :ref:`windows-config-ootb`.
17
+
.. note::
18
+
19
+
The Splunk Distribution of the OpenTelemetry Collector comes with a default configuration, as detailed in :ref:`windows-config-ootb`. To modify this configuration, refer to :ref:`otel-windows-config`.
20
+
21
+
To learn how to obtain logs, see :ref:`windows-config-logs`.
18
22
19
23
Alternatively, you can also install the Collector for Windows:
20
24
@@ -163,15 +167,6 @@ The Windows installer script supports the following options:
163
167
- Specify public MSI properties to be used when installing the Splunk OpenTelemetry Collector MSI package.
164
168
-
165
169
166
-
.. _otel-install-windows-modify:
167
-
168
-
Modify the default configuration
169
-
=========================================
170
-
171
-
The Splunk Distribution of the OpenTelemetry Collector comes with a default configuration, as detailed in :ref:`windows-config-ootb`. This configuration can be modified as needed. See :ref:`otel-windows-config` for more information.
172
-
173
-
For more information about the Collector's environment variables, see :ref:`collector-env-var`.
All installation methods offer default configurations using environment variables. Before starting the ``splunk-otel-collector`` service, replace the variables in the default configuration file with the appropriate values for your environment.
14
18
15
19
.. include:: /_includes/collector-env-vars.rst
16
20
17
-
Change the default configuration file
18
-
==========================================
21
+
.. note:: When configuring additional settings, use service, process, or terminal scopes.
19
22
20
-
Before starting the ``splunk-otel-collector`` service, change the variables in the default configuration file to the appropriate values for your environment. Based on the specified installation parameters, the environment variables are saved to the ``HKLM:\SYSTEM\CurrentControlSet\Services\splunk-otel-collector`` registry key and set on the ``Environment`` entry.
23
+
Based on the specified installation parameters, the environment variables are saved to the ``HKLM:\SYSTEM\CurrentControlSet\Services\splunk-otel-collector`` registry key and set on the ``Environment`` entry.
21
24
22
25
To modify any of the configuration values, run ``regedit`` and browse to the path.
23
26
@@ -40,31 +43,25 @@ Configure proxy settings
40
43
41
44
To configure proxy settings to install and run the OpenTelemetry Collector, see :ref:`configure-proxy-collector`.
42
45
43
-
Custom MSI URLs
44
-
----------------------------------
45
-
46
-
By default, the Collector MSI is downloaded from :new-page:`https://dl.signalfx.com <https://dl.signalfx.com>` and
47
-
the Fluentd MSI is downloaded from :new-page:`https://packages.treasuredata.com <https://packages.treasuredata.com>`.
48
-
49
-
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:
46
+
.. _windows-config-logs:
50
47
51
-
.. code-block:: PowerShell
48
+
Configure log collection for the Collector for Windows
For Windows environments (physical hosts and virtual machines), use the Universal Forwarder to send logs to the Splunk platform. See more at :ref:`collector-with-the-uf`.
If you have a Log Observer entitlement or wish to collect logs for the target host with Fluentd, use the ``with_fluentd = 1`` option to also install Fluentd when installing the Collector. For example:
58
+
If you have a Log Observer entitlement or wish to collect logs for the target host with Fluentd, use the ``with_fluentd = 1`` option to install and enable Fluentd when installing the Collector. For example:
When activated, the Fluentd service is configured by default to collect and forward log events with the ``@SPLUNK`` label to the Collector, which then
67
-
send these events to the HEC ingest endpoint determined by the ``realm = "<SPLUNK_REALM>"`` option.
64
+
When activated, the Fluentd service is configured by default to collect and forward log events with the ``@SPLUNK`` label to the Collector, which then send these events to the HEC ingest endpoint determined by the ``realm = "<SPLUNK_REALM>"`` option.
68
65
For example, ``https://ingest.<SPLUNK_REALM>.signalfx.com/v1/log``.
69
66
70
67
To configure the package to send log events to a custom HTTP Event Collector (HEC) endpoint URL with a token different than ``<SPLUNK_ACCESS_TOKEN>``, you can specify the following parameters for the installer script:
Copy file name to clipboardExpand all lines: gdi/opentelemetry/opentelemetry.rst
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,6 @@ Learn more about the Splunk Observability Cloud data model at :ref:`data-model`.
37
37
38
38
.. include:: /_includes/collector-works.rst
39
39
40
-
Learn more at :ref:`otel-understand-use`.
41
-
42
40
.. raw:: html
43
41
44
42
<embed>
@@ -199,16 +197,15 @@ The Collector also offers a :ref:`zPages extension <zpages-extension>`, which pr
199
197
<h2>Available features for the Collector<aname="otel-using"class="headerlink"href="#otel-using"title="Permalink to this headline">¶</a></h2>
200
198
</embed>
201
199
202
-
See the features available for the Collector:
200
+
After installing the Collector, read :ref:`otel-understand-use`.
203
201
204
202
* See how to perform common actions and tasks with the Collector at :ref:`collector-how-to`. For example, learn how to :ref:`collector-remove-data` to strip data out of your telemetry, including PII.
205
-
* Learn about automatic discovery and configuration (formerly zero configuration auto instrumentation) to detect telemetry data. See :ref:`discovery_mode`.
206
-
* Activate automatic discovery so that the Collector can automatically grab traces from your application, and add metrics for certain types of calls. See :ref:`discovery_mode`.
203
+
* Learn about automatic discovery and configuration (formerly zero configuration auto instrumentation) to detect telemetry data. Automatic discovery allows the Collector to automatically grab traces from your application, and add metrics for certain types of calls. See :ref:`discovery_mode`.
207
204
208
-
For more information:
205
+
For more information see also:
209
206
210
207
- :ref:`otel-troubleshooting`. Try these troubleshooting techniques and learn how to open a support request.
0 commit comments