Skip to content

Commit 5601ebc

Browse files
authored
Merge branch 'main' into berry-demo
2 parents fb365e2 + 7e0e4b0 commit 5601ebc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/cse/ingestion/cse-ingestion-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1010
This topic has information about sending log messages collected by a Sumo Logic Source or Cloud-to-Cloud Connector on to Cloud SIEM to be transformed into records. 
1111

1212
:::note
13-
Cloud SIEM must be enabled in your Sumo Logic account in order to send data from Sumo Logic to Cloud SIEM. If it isn’t, contact your Sumo Logic Technical Account Manager or Sales Engineer.
13+
Cloud SIEM must be enabled in your Sumo Logic account in order to send data from Sumo Logic to Cloud SIEM. If it isn’t, contact your Sumo Logic Technical Account Engineer or Sales Engineer.
1414
:::
1515

1616
The process consists of configuring a source or collector to forward messages to Cloud SIEM, and ensuring that the forwarded messages are correctly tagged with the information Cloud SIEM needs in order to map messages fields to record attributes. These are referred to as *mapping hints*, and include: Format, Vendor, Product, and an Event ID template.

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,25 @@ sidebar_label: Remote Management
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
import Iframe from 'react-iframe'; 
89

910
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.
1011

12+
:::sumo Micro lesson
13+
14+
<Iframe url="https://fast.wistia.net/embed/iframe/o7g9pe3c4t?web_component=true&seo=true&videoFoam=false"
15+
width="854px"
16+
height="480px"
17+
title="MicroLesson - Open Telemetry Collector Remote Management Video"
18+
id="wistiaVideo"
19+
className="video-container"
20+
display="initial"
21+
position="relative"
22+
allow="autoplay; fullscreen"
23+
allowfullscreen
24+
/>
25+
:::
26+
1127
**Key features**
1228

1329
* **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.

0 commit comments

Comments
 (0)