Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ For Systemd service, the variables can be placed in `/etc/otelcol-sumo/env/proxy
Service need to be restarted in order to apply the changes.
:::

:::note
For running multiple collectors on the same host, you need to set `collector_credentials_directory` in sumologic extension configuration to different directories for each collector, so that they do not share the same credentials. see [sumologic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension)
:::

#### FIPS

To install FIPS compliant binary, you should add `--fips` switch to installation command, so it will look like the following:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ sudo curl -sL https://download-otel.sumologic.com/latest/download/install.sh | s
You'll need to restart the collector process manually in order to apply changes.
:::

:::note
For running multiple collectors on the same host, you need to set `collector_credentials_directory` in sumologic extension configuration to different directories for each collector, so that they do not share the same credentials. see [sumologic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension)
:::

#### Manual step-by-step installation

If you installed the Collector manually, the simplest way to upgrade is to follow these steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ NO_PROXY=sumologic.com
Restart `Sumo Logic OpenTelemetry Collector` (`OtelcolSumo`) service to apply the changes.
:::

:::note
For running multiple collectors on the same host, you need to set `collector_credentials_directory` in sumologic extension configuration to different directories for each collector, so that they do not share the same credentials. see [sumologic extension documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.137.0/extension/sumologicextension)
:::

#### FIPS

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