Skip to content

Commit b173515

Browse files
amee-sumojpipkin1kimsauceGourav2906
authored
oTel updates (collectors) (#6029)
* oTel updates (collectors) * Update docs/send-data/opentelemetry-collector/install-collector/ansible.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/send-data/opentelemetry-collector/install-collector/chef.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/send-data/opentelemetry-collector/install-collector/puppet.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update docs/send-data/opentelemetry-collector/install-collector/ansible.md Co-authored-by: Kim (Sumo Logic) <[email protected]> * release date change --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> Co-authored-by: Kim (Sumo Logic) <[email protected]> Co-authored-by: Gourav garg <[email protected]>
1 parent 7dfe135 commit b173515

File tree

11 files changed

+43
-19
lines changed

11 files changed

+43
-19
lines changed

blog-collector/2025-12-03-otel.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: OpenTelemetry Collector
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- otel-collector
6+
- install-collector
7+
- remote-management
8+
hide_table_of_contents: true
9+
---
10+
11+
12+
We’re pleased to announce the following updates for OpenTelemetry collectors:
13+
- Collectors can now be installed on Windows using [Ansible](/docs/send-data/opentelemetry-collector/install-collector/ansible/), [Chef](/docs/send-data/opentelemetry-collector/install-collector/chef/), and [Puppet](/docs/send-data/opentelemetry-collector/install-collector/puppet/).
14+
- Remote management is now supported for Ansible, Chef, and Puppet collectors, offering improved flexibility and customization.

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ This documentation will guide you through the installation process using the sof
1212

1313
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, 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**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**.
1414
2. On the OpenTelemetry Collection page, click **Add Collector**.
15-
3. On the left panel, select **Ansible**.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/ansible.png')} style={{border: '1px solid gray'}} alt="ansible.png" />
15+
3. On the left panel, select **Ansible**.<br/><img src={useBaseUrl('img/send-data/ansible-new.png')} style={{border: '1px solid gray'}} alt="ansible.png" />
1616
4. Select/create installation token and customize your tags.
17-
5. Follow the auto-generated steps to install the collector using Ansible.
17+
5. (Optional) Select the **Remotely Manage Collector** checkbox to enable remote management of your collector.
18+
6. Under **Download module in to your repository**, copy, paste, and run the command on the terminal to download the zip package.
19+
7. Follow the auto-generated steps to install the collector using Ansible.
1820
:::note
19-
These steps are only supported on Linux Operating System.
21+
These steps are supported on both Linux and Windows operating systems.
2022
:::
21-
6. Once steps are completed, click **Done** to review collector on OpenTelemetry Collection page.
22-
7. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
23+
8. Once steps are completed, click **Done** to review the collector on the OpenTelemetry Collection page.
24+
9. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
2325

2426
If you choose to close this Source template creation screen, you can navigate back. [**New UI**](/docs/get-started/sumo-logic-ui/). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Source Template**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic/). In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**.

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ This documentation will guide you through the installation process using the sof
1313

1414
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, 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**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**.
1515
2. On the OpenTelemetry Collection page, click **Add Collector**.
16-
3. On the left panel, select **Chef**.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/chef.png')} style={{border: '1px solid gray'}} alt="chef.png" />
16+
3. On the left panel, select **Chef**.<br/><img src={useBaseUrl('img/send-data/chef-new.png')} style={{border: '1px solid gray'}} alt="chef.png" />
1717
4. Select/create installation token and customize your tags.
18-
5. Follow auto generated steps to install the collector using Chef.
19-
:::note
20-
These steps are only supported on Linux Operating System.
21-
:::
22-
6. Once steps are completed, click **Done** to review collector on OpenTelemetry Collection page.
23-
7. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
18+
5. (Optional) Select the **Remotely Manage Collector** checkbox to enable remote management of your collectors.
19+
6. Under **Download cookbook in to your repository**, copy, paste, and run the command on the terminal to download the zip package.
20+
7. Select the operating system on which you want to install the collector using Chef:
21+
- **Linux**
22+
<img src={useBaseUrl('img/send-data/Chef-linux.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
23+
- **Windows**
24+
<img src={useBaseUrl('img/send-data/Chef-windows.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
25+
8. Follow auto generated steps to install the collector using Chef.
26+
9. Once steps are completed, click **Done** to review the collector on the OpenTelemetry Collection page.
27+
10. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
2428

2529
If you choose to close this Source template creation screen, you can navigate back. [**New UI**](/docs/get-started/sumo-logic-ui/). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Source Template**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic/). In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**.

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ This documentation will guide you through the installation process using the sof
1313

1414
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, 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**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**.
1515
2. On the OpenTelemetry Collection page, click **Add Collector**.
16-
3. On the left panel, select **Puppet**.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/puppet.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
16+
3. On the left panel, select **Puppet**.<br/><img src={useBaseUrl('img/send-data/puppet-new.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
1717
4. Select/create installation token and customize your tags.
18-
5. Follow the auto-generated steps to install the collector using Puppet.
19-
:::note
20-
These steps are only supported on Linux Operating System.
21-
:::
22-
6. Once steps are completed, click **Done** to review collector on OpenTelemetry Collection page.
23-
7. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
18+
5. (Optional) Select the **Remotely Manage Collector** checkbox to enable remote management of your collectors.
19+
6. Under **Download module in to your repository**, copy, paste, and run the command on the terminal to download the zip package.
20+
7. Select the operating system on which you want to install the collector using Puppet:
21+
- **Linux**
22+
<img src={useBaseUrl('img/send-data/Puppet-linux.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
23+
- **Windows**
24+
<img src={useBaseUrl('img/send-data/Puppet-windows.png')} style={{border: '1px solid gray'}} alt="puppet.png" />
25+
8. Follow the auto-generated steps to install the collector using Puppet.
26+
9. Once steps are completed, click **Done** to review the collector on the OpenTelemetry Collection page.
27+
10. On the next screen, you will see a list of available Source Templates. Select the required Source Template and proceed with the data configuration.
2428

2529
If you choose to close this Source template creation screen, you can navigate back. [**New UI**](/docs/get-started/sumo-logic-ui/). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Source Template**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic/). In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**.
99.7 KB
Loading
105 KB
Loading
118 KB
Loading
113 KB
Loading
456 KB
Loading

static/img/send-data/chef-new.png

466 KB
Loading

0 commit comments

Comments
 (0)