Skip to content

Commit b06b659

Browse files
authored
Merge branch 'main' into add-note-about-null-value
2 parents 592d6c6 + 963831d commit b06b659

File tree

2 files changed

+26
-24
lines changed
  • docs/send-data/opentelemetry-collector/remote-management

2 files changed

+26
-24
lines changed

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

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,42 @@ sidebar_label: Remote Management
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
The [Sumo Logic Distribution for OpenTelemetry Collector](/docs/send-data/opentelemetry-collector) simplifies remote management of data collection by enabling setup and configuration from the Sumo Logic UI, deployment to multiple collectors at once, and centralized management of data configurations using source templates.
9+
The [Sumo Logic Distribution for OpenTelemetry Collector](/docs/send-data/opentelemetry-collector) simplifies remote management of data collection by enabling setup and configuration from the Sumo Logic UI, deploying to multiple collectors at once, data filtering with remote processing rules, and centralized management of data configurations using source templates.
1010

11-
You can tag your OpenTelemetry collectors to categorize and group them. These tags are enriched in your data so you can use them in dashboards and searches.
11+
**Key features**
1212

13-
Remote management data configuration is handled using source templates. This feature extends our [Installed Collector](/docs/send-data/installed-collectors/sources) source template to support multiple collectors.
13+
* **Tagging collectors**. Tag your OpenTelemetry collectors to categorize and group them. These tags enrich your data, allowing you to use them effectively in dashboards and searches.
14+
* **Source templates for configuration**. Remote management data configuration is handled using source templates, an enhancement of our [Installed Collector source template](/docs/send-data/installed-collectors/sources), supporting multiple collectors. By associating source templates with collector tags—a process called *collector linking*—you reduce redundancy and streamline configuration management across your environment.
15+
* **Flexible data processing**. Transform, filter, and enhance data centrally using processing rules to ensure consistency across multiple collectors.
1416

15-
By associating source templates with collector tags—a process called *collector linking*—you reduce redundancy in data collection setup and streamline configuration management across your environment.
17+
**Remote management benefits**
1618

17-
**Key benefits of remote management**
18-
19-
* Simplified setup and configuration via the Sumo Logic UI
20-
* Tag-based collector grouping for efficient data collection
21-
* Centralized configuration using source templates
22-
* No server access required after installation
23-
* Faster time to value and reduced manual errors
19+
* **Simplified setup and configuration**. Manage collectors directly from the Sumo Logic UI.
20+
* **Tag-based grouping**. Efficiently organize and group collectors using tags.
21+
* **Centralized configuration**. Manage data configurations for multiple collectors in one place.
22+
* **No server access required**. Once installed, no direct server access is needed.
23+
* **Improved efficiency**. Achieve faster time to value and reduce manual errors.
2424

2525
**Common use cases**
2626

27-
* Grouping collectors by environment (for example, production, staging)
28-
* Expanding data collection for new services with minimal effort
29-
* Simplifying migration from legacy monitoring solutions
30-
* Monitoring error logs across multiple Apache servers
27+
* **Environment grouping**. Organize collectors by environment, such as production or staging.
28+
* **Data collection expansion**. Quickly scale data collection for new services.
29+
* **Legacy migration**. Simplify transitions from legacy monitoring solutions.
30+
* **Centralized log monitoring**. Monitor error logs across multiple Apache servers.
3131

3232
In this section, we'll introduce the following concepts:
3333

3434
<div className="box-wrapper" >
35-
<div className="box smallbox card">
36-
<div className="container">
37-
<a href="/docs/send-data/opentelemetry-collector/remote-management/install-tag-collector"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Install and Tag Your OpenTelemetry Collector</h4></a>
38-
<p>Learn how to install and tag your OTel Collector for remote management of data collection.</p>
39-
</div>
40-
</div>
4135
<div className="box smallbox card">
4236
<div className="container">
4337
<a href="/docs/send-data/opentelemetry-collector/remote-management/source-templates"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Source Templates</h4></a>
44-
<p>Learn how to create and modify your OpenTelemetry Remote Management source templates.</p>
38+
<p>Learn how to create and modify your OpenTelemetry Remote Management source templates to optimize data collection and configuration.</p>
4539
</div>
4640
</div>
4741
<div className="box smallbox card">
4842
<div className="container">
4943
<a href="/docs/send-data/opentelemetry-collector/remote-management/processing-rules"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Processing Rules</h4></a>
50-
<p>Use processing rules for an OpenTelemetry agent with remote management source templates.</p>
44+
<p>Discover how to apply processing rules for an OpenTelemetry agent using remote management source templates to enhance data handling.</p>
5145
</div>
5246
</div>
5347
</div>

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ description: Use Sumo Logic processing rules for an OpenTelemetry agent with an
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
Use our OpenTelemetry Collector remote management (OTRM) source template processing rules to filter and mask data sent to Sumo Logic from OpenTelemetry Collector. The collector itself is remotely managed by Sumo Logic.
9+
Use OpenTelemetry Collector remote management (OTRM) source template processing rules to filter and mask data sent from the OpenTelemetry Collector to Sumo Logic. The collector itself is remotely managed by Sumo Logic.
10+
11+
Processing rules allow you to define conditions and actions for transforming or filtering data within the OpenTelemetry Collector. With remote management, you can:
12+
13+
* Apply rules at the collector level for specific data sources.
14+
* Enhance data processing by adding metadata, filtering unwanted logs, or standardizing formats.
15+
* Manage rules centrally through source templates, ensuring consistency across multiple collectors.
16+
17+
To configure processing rules, navigate to the remote management section in the Sumo Logic UI, select the desired source template, and define the rules under the processing section.
1018

1119
In this section, we'll introduce the following concepts:
1220

0 commit comments

Comments
 (0)