Skip to content

Whitelisting URLs for installation of the OTEL Collector on Windows and Linux #5255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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 @@ -22,7 +22,7 @@ Minimal resource requirements are the following:
* 200 MB of disk space
* 64 MB of RAM

Supported Versions
Supported Versions:

* RHEL (7-9), Debian (9-11), Ubuntu (18-22), SUSE (ES12, ES15), Amazon Linux 2(AL2), Amazon Linux 2023(AL2023), CentOS (7, 8)

Expand All @@ -34,6 +34,14 @@ You can install our OpenTelemetry Collector using one of the following methods:
* [Install script](#install-script)
* [Manual step-by-step installation](#manual-step-by-step-installation)

:::info
Whitelist the following repository URLs to allow a seamless installation:

Comment on lines +38 to +39
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use "allowlist" and "denylist" instead of "whitelist" and "blacklist". https://help.sumologic.com/docs/contributing/style-guide/#cultural-neutrality

Suggested change
Whitelist the following repository URLs to allow a seamless installation:
Allowlist the following repository URLs to allow a seamless installation:

* [packages.sumologic.com](https://packages.sumologic.com/)
* [d3fo0g5hm7lbuv.cloudfront.net](https://d3fo0g5hm7lbuv.cloudfront.net/)
* [packagecloud.io](https://packagecloud.io/)
:::

### UI Installation

1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **OpenTelemetry Collection**. You can also click the **Go To...** menu at the top of the screen and select **OpenTelemetry Collection**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Minimal resource requirements are the following:
* 200 MB of disk space
* 64 MB of RAM

Supported Versions
Supported Versions:

* Windows 10 and up, Windows Server 2016 and up

Expand All @@ -30,6 +30,14 @@ You can install our OpenTelemetry Collector using either of the following method
* [Install script](#install-script)
* [Manual step-by-step installation](#manual-step-by-step-installation)

:::info
Whitelist the following repository URLs to allow a seamless installation:

Comment on lines +34 to +35
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use "allowlist" and "denylist" instead of "whitelist" and "blacklist". https://help.sumologic.com/docs/contributing/style-guide/#cultural-neutrality

Suggested change
Whitelist the following repository URLs to allow a seamless installation:
Allowlist the following repository URLs to allow a seamless installation:

* [packages.sumologic.com](https://packages.sumologic.com/)
* [d3fo0g5hm7lbuv.cloudfront.net](https://d3fo0g5hm7lbuv.cloudfront.net/)
* [packagecloud.io](https://packagecloud.io/)
:::

### UI Installation

1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **OpenTelemetry Collection**. You can also click the **Go To...** menu at the top of the screen and select **OpenTelemetry Collection**.
Expand Down