You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: docs/send-data/opentelemetry-collector/remote-management/overview.md
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,22 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
8
8
9
9
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.
10
10
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
+
11
27
## Remote Management features
12
28
13
29
### Collector tags
@@ -30,25 +46,31 @@ First, you'll need to install the OpenTelemetry collectors on each of the 50 ser
30
46
31
47
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**.
32
48
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"/>
34
50
1. Enter your **Installation Token**.
35
51
1. Under **Tag data on Collector level**, add a new tag, `“application = Apache”`.
36
52
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"/>
38
54
1. After installation is complete, click **Next** to proceed.
39
55
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.
40
56
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**.
42
60
43
61
### Step 2: Configure data collection
44
62
45
63
Next, you'll create a data collection configuration to gather Apache error logs and link it to all collectors tagged `"application = Apache"`.
46
64
47
65
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"/>
50
68
1. Click **Next** to complete Source Template creation. The system will apply the configuration to all linked collectors and start collecting Apache error logs.
51
69
52
70
### Step 3: Monitor logs
53
71
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