Skip to content

Commit 916f9ab

Browse files
committed
Edits to release note & doc
1 parent d8b8694 commit 916f9ab

File tree

3 files changed

+38
-9
lines changed

3 files changed

+38
-9
lines changed

blog-service/2025-01-06-otel-remote-management.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: OpenTelemetry Collector Remote Management (Collection)
2+
title: Remote Management for OpenTelemetry Collector (Collection)
33
image: https://help.sumologic.com/img/sumo-square.png
44
keywords:
55
- collection
@@ -13,4 +13,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1313

1414
<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
1515

16-
We're excited to announce the release of....
16+
The Sumo Logic Distribution for OpenTelemetry Collector now supports remote management, enabling you to configure and manage data collection directly from the Sumo Logic UI. With this feature, you can:
17+
18+
* **Simplify configuration**. Set up and manage data collection for multiple collectors without server access.
19+
* **Streamline workflows**. Use tags to group collectors and apply centralized Source Templates, reducing redundancy and manual effort.
20+
* **Enhance automation**. Automatically monitor new servers by tagging them during setup.
21+
* **Accelerate time to value**. Start collecting data in minutes with an intuitive UI and no need to manage configuration files.
22+
23+
This release provides a faster, more efficient way to manage large-scale data collection, supporting scalable and automated operations. [Learn more](/docs/send-data/opentelemetry-collector/remote-management).

docs/send-data/opentelemetry-collector/remote-management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /send-data/opentelemetry-collector/remote-management
3-
title: OpenTelemetry Remote Management
3+
title: Remote Management for OpenTelemetry Collector
44
sidebar_label: Remote Management
55
---
66

docs/send-data/opentelemetry-collector/remote-management/overview.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
The Sumo Logic Distribution for OpenTelemetry Collector simplifies remote management of data collection, allowing setup from the Sumo Logic UI and deployment to multiple collectors.
1010

11+
## Key benefits of Remote Management
12+
13+
* Simplified setup and configuration via the Sumo Logic UI.
14+
* Tag-based collector grouping for efficient data collection.
15+
* Centralized configuration using [Source Templates](/docs/send-data/opentelemetry-collector/remote-management/source-templates).
16+
* No server access required after installation.
17+
* Faster time to value and reduced manual errors.
18+
19+
## Common use cases
20+
21+
* Monitoring error logs across multiple Apache servers.
22+
* Grouping collectors by environment (e.g., production, staging).
23+
* Expanding data collection for new services with minimal effort.
24+
* Simplifying migration from legacy monitoring solutions.
25+
26+
1127
## Remote Management features
1228

1329
### Collector tags
@@ -30,25 +46,31 @@ First, you'll need to install the OpenTelemetry collectors on each of the 50 ser
3046

3147
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**.
3248
1. Click **Add Collector**.
33-
1. In the **Set up Collector** step, choose **Linux** as the platform.<br/><img src={useBaseUrl('img/send-data/linux-install.png')} alt="linux-install" style={{border: '1px solid gray'}} width="800"/>
49+
1. In the **Set up Collector** step, choose **Linux** as the platform.<br/><img src={useBaseUrl('img/send-data/linux-install.png')} alt="Screenshot showing the Linux installation options for the collector" style={{border: '1px solid gray'}} width="800"/>
3450
1. Enter your **Installation Token**.
3551
1. Under **Tag data on Collector level**, add a new tag, `“application = Apache”`.
3652
1. Leave the **Collector Settings** at their default values.
37-
1. Under **Generate and run the command to install the collector**, copy and run the installation command in your system terminal where the collector needs to be installed.<br/><img src={useBaseUrl('img/send-data/linux-terminal-installation.png')} alt="linux-terminal-installation" width="800"/>
53+
1. Under **Generate and run the command to install the collector**, copy and run the installation command in your system terminal where the collector needs to be installed.<br/><img src={useBaseUrl('img/send-data/linux-terminal-installation.png')} alt="Screenshot showing the terminal command to install the collector" width="800"/>
3854
1. After installation is complete, click **Next** to proceed.
3955
1. On the next screen, you will see a list of available Source Templates. Select the **Apache Source Template** to apply the source template to start collecting logs from all linked collectors.
4056

41-
To revisit this screen later, you can navigate back ([**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **Source Template**).
57+
To revisit this screen later, navigate to:
58+
* [**Classic UI**](/docs/get-started/sumo-logic-ui-classic): In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**.
59+
* [**New UI**](/docs/get-started/sumo-logic-ui): In the Sumo Logic top menu select **Configuration**, and then under **Data Collection**, select **Source Template**.
4260

4361
### Step 2: Configure data collection
4462

4563
Next, you'll create a data collection configuration to gather Apache error logs and link it to all collectors tagged `"application = Apache"`.
4664

4765
1. Complete the Source Template form with the **Name** and **File Path** for your error logs, then click **Next**.
48-
1. Under **Link Collectors**, add the tag `"application = Apache"`.<br/><img src={useBaseUrl('img/send-data/local-file-apache.png')} alt="local-file-apache" width="300"/>
49-
1. Click **Preview Collector(s)** to see the list of collectors that will be linked to the newly created Source Template.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="link-collectors" style={{border: '1px solid gray'}} width="800"/>
66+
1. Under **Link Collectors**, add the tag `"application = Apache"`.<br/><img src={useBaseUrl('img/send-data/local-file-apache.png')} alt="Screenshot of the file path configuration for Apache logs" width="300"/>
67+
1. Click **Preview Collector(s)** to see the list of collectors that will be linked to the newly created Source Template.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="800"/>
5068
1. Click **Next** to complete Source Template creation. The system will apply the configuration to all linked collectors and start collecting Apache error logs.
5169

5270
### Step 3: Monitor logs
5371

54-
After configuring data collection, you can monitor the collected Apache error logs using the [Log Search](/docs/search). Additionally, use our [Dashboards](/docs/dashboards) to analyze the logs and gain insights from your Apache servers.
72+
After configuring data collection, you can monitor the collected Apache error logs using the [Log Search](/docs/search) and leverage [Dashboards](/docs/dashboards) to analyze the logs and gain insights from your Apache servers.
73+
74+
## Try it now
75+
76+
Start simplifying your data collection today by using remote management with OpenTelemetry collectors. For feedback or assistance, contact [Support](https://support.sumologic.com/support/s).

0 commit comments

Comments
 (0)