Skip to content

Commit 74c0c78

Browse files
pankaj101AJV0812
andauthored
SUMO-272405: comm for running multiple collector on same machine (#5966)
* SUMO-272405: comm for running multiple collector on same machine * Update docs/send-data/opentelemetry-collector/install-collector/windows.md * Update docs/send-data/opentelemetry-collector/install-collector/macos.md * Update docs/send-data/opentelemetry-collector/install-collector/linux.md --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent 9570819 commit 74c0c78

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/send-data/opentelemetry-collector/install-collector/linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@ For Systemd service, the variables can be placed in `/etc/otelcol-sumo/env/proxy
316316
Service need to be restarted in order to apply the changes.
317317
:::
318318

319+
:::note
320+
For running multiple collectors on the same host, you must configure each collector to use a unique credentials directory. To do this, set the `collector_credentials_directory` field in the Sumo Logic extension configuration to a different directory for each collector. This ensures that collectors do not share the same credentials. For more details, refer to the [Sumo Logic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension).
321+
:::
322+
319323
#### FIPS
320324

321325
To install FIPS compliant binary, you should add `--fips` switch to installation command, so it will look like the following:

docs/send-data/opentelemetry-collector/install-collector/macos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ sudo curl -sL https://download-otel.sumologic.com/latest/download/install.sh | s
253253
You'll need to restart the collector process manually in order to apply changes.
254254
:::
255255

256+
:::note
257+
For running multiple collectors on the same host, you must configure each collector to use a unique credentials directory. To do this, set the `collector_credentials_directory` field in the Sumo Logic extension configuration to a different directory for each collector. This ensures that collectors do not share the same credentials. For more details, refer to the [Sumo Logic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension).
258+
:::
259+
256260
#### Manual step-by-step installation
257261

258262
If you installed the Collector manually, the simplest way to upgrade is to follow these steps:

docs/send-data/opentelemetry-collector/install-collector/windows.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ NO_PROXY=sumologic.com
148148
Restart `Sumo Logic OpenTelemetry Collector` (`OtelcolSumo`) service to apply the changes.
149149
:::
150150

151+
:::note
152+
For running multiple collectors on the same host, you must configure each collector to use a unique credentials directory. To do this, set the `collector_credentials_directory` field in the Sumo Logic extension configuration to a different directory for each collector. This ensures that collectors do not share the same credentials. For more details, refer to the [Sumo Logic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension).
153+
:::
154+
151155
#### FIPS
152156

153157
To install FIPS compliant binary, add `-Fips $True` option to the installation command.

0 commit comments

Comments
 (0)