Skip to content

Commit 192a564

Browse files
authored
Merge branch 'main' into Databricks-Audit-Logs-(C2C-Source)
2 parents dbe80d5 + de30c2d commit 192a564

File tree

10 files changed

+23
-33
lines changed

10 files changed

+23
-33
lines changed

blog-collector/2025-09-09-otel.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Remote Management for OpenTelemetry Collector (OpenTelemetry Collector)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- collection
6+
- opentelemetry
7+
- otel
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
We're happy to announce that Sumo Logic now enables you to add the collector timezone for OpenTelemetry collectors through the UI in the OpenTelemetry collector create flow. You can select the timezone of your choice while creating the collector. If you do not make a selection, the timezone will be set to `(UTC) Etc/UTC` by default.
14+
15+
[Learn more](/docs/send-data/opentelemetry-collector/install-collector/linux).

docs/cse/get-started-with-cloud-siem/about-cse-insight-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ By default, this view shows the same entities that are displayed on the list vie
236236

237237
In addition, the following can appear in the graph:
238238
* **Detected entities**. Entities with a *detected* relationship will be connected with solid lines. A *detected relationship* is when a relationship is detected between entities (for example, when an IP and hostname appear in a record together, but not necessarily in the insight being viewed).
239-
* **Threat indicators**. Any entity with a threat indicator will have an additional icon in the upper right. If the threat indicator is Malicious or Suspicious, the entity will be highlighted in red or yellow accordingly.
239+
* **Threat indicators**. Any entity with a threat indicator will have an additional icon in the upper right. If the threat indicator is Malicious or Suspicious, the entity will be highlighted in red or yellow accordingly. For more information about threat indicators, see [View threat indicator labels in the Cloud SIEM UI](/docs/security/threat-intelligence/threat-indicators-in-cloud-siem/#view-threat-indicator-labels-in-the-cloud-siem-ui).
240240
* **Hover**. If you hover over an entity, it and all connections to it will be highlighted in blue. If its value is not fully visible by default, the full value will be displayed.
241241

242242
:::sumo Micro Lesson

docs/manage/manage-subscription/organization-usage-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Only users with **Administrator** access can enable this feature.
2424

2525
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select your username and then **Preferences**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu, select the person silhouette icon and then **Preferences**. <br/><img src={useBaseUrl('img/get-started/acct-pref.png')} alt="Account Preferences"style={{border: '1px solid gray'}} width="300"/>
2626
1. Access your [Preferences](/docs/get-started/account-settings-preferences/#my-preferences).
27-
1. Navigate to **My Preferences** and uncheck the **Enable ingestion throttling notifications** checkbox.<br/><img src={useBaseUrl('img/get-started/enable-ingestion-throttling-notifications.png')} alt="enable-ingestion-throttling-notifications"style={{border: '1px solid gray'}} width="500"/>
27+
1. Navigate to **My Preferences** and check the **Enable ingestion throttling notifications** checkbox.<br/><img src={useBaseUrl('img/get-started/enable-ingestion-throttling-notifications.png')} alt="enable-ingestion-throttling-notifications"style={{border: '1px solid gray'}} width="500"/>
2828

2929
## Availability
3030

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ You can install our OpenTelemetry Collector using one of the following methods:
3838

3939
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**.
4040
1. On the OpenTelemetry Collection page, click **Add Collector**.
41-
1. On the left panel, select **Linux** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/linux-install-ui.png')} alt="linux-terminal" style={{border: '1px solid gray'}} width="900"/>
41+
1. On the left panel, select **Linux** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/otel-linux.png')} alt="linux-terminal" style={{border: '1px solid gray'}} width="900"/>
4242
1. Select/create installation token and customize your tags.
43+
1. Select the **Time Zone**. By default, the timezone is set to `(UTC) Etc/UTC`.
4344
1. (Optional) In the **Collector Settings**, select the **Ephemeral** checkbox to auto-delete your collector after 12 hours, and select the **Locally Manage Collector** checkbox if you want to configure, maintain, and monitor your collector locally.
4445
1. Copy the command and execute it in your system terminal where the collector needs to be installed.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/linux-install-command.png')} alt="execute command in terminal" width="900"/>
4546
1. Wait for the installation process to complete, then click **Next** to proceed.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ You can install our OpenTelemetry Collector using one of the following methods:
3838

3939
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**.
4040
1. On the OpenTelemetry Collection page, click **Add Collector**.
41-
1. On the left panel, select **macOS** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/macos-install-ui.png')} alt="macOs-terminal" style={{border: '1px solid gray'}} width="900"/>
41+
1. On the left panel, select **macOS** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/otel-macos.png')} alt="macOs-terminal" style={{border: '1px solid gray'}} width="900"/>
4242
1. Select/create installation token and customize your tags.
43+
1. Select the **Time Zone**. By default, the timezone is set to `(UTC) Etc/UTC`.
4344
1. (Optional) In the **Collector Settings**, select the **Ephemeral** checkbox to auto-delete your collector after 12 hours, and select the **Locally Manage Collector** checkbox if you want to configure, maintain, and monitor your collector locally.
4445
1. Copy the command and execute it in your system terminal where the collector needs to be installed.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/macos-install-command.png')} alt="execute command in terminal" />
4546
1. Wait for the installation process to complete, then click **Next** to proceed.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ You can install our OpenTelemetry Collector using either of the following method
3434

3535
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**.
3636
1. On the OpenTelemetry Collection page, click **Add Collector**.
37-
1. On the left panel, select **Windows** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/windows-install-ui.png')} alt="widows-terminal" style={{border: '1px solid gray'}} width="900"/>
37+
1. On the left panel, select **Windows** as the platform.<br/> <img src={useBaseUrl('img/send-data/opentelemetry-collector/otel-windows.png')} alt="windows-terminal" style={{border: '1px solid gray'}} width="900"/>
3838
1. Select/create installation token and customize your tags.
39+
1. Select the **Time Zone**. By default, the timezone is set to `(UTC) Etc/UTC`.
3940
1. (Optional) In the **Collector Settings**, select the **Ephemeral** checkbox to auto-delete your collector after 12 hours and select the **Locally Manage Collector** checkbox if you want to configure, maintain, and monitor the collector locally.
4041
1. Copy the command.
4142
1. Open PowerShell and execute the command in the PowerShell where the collector needs to be installed.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/windows-install-command.png')} alt="windows-ui-installation-6.png" width="900" />

src/helper/features.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -90,34 +90,6 @@ export const features2 = [
9090
</Translate>),
9191
link: 'docs/observability/kubernetes',
9292
},
93-
{
94-
title: translate({
95-
id: 'landing.feature.rce.title',
96-
message: 'Root Cause Explorer',
97-
description: 'Title for Root Cause Explorer',
98-
}),
99-
imageUrl: 'img/icons/observe.png',
100-
description: (<Translate
101-
id='landing.feature.rce.desc'
102-
description='Root Cause Explorer description'>
103-
Accelerate app troubleshooting and root cause isolation.
104-
</Translate>),
105-
link: 'docs/observability/root-cause-explorer',
106-
},
107-
{
108-
title: translate({
109-
id: 'landing.feature.sensu.title',
110-
message: 'Sensu',
111-
description: 'Title for Sensu',
112-
}),
113-
imageUrl: 'img/icons/observe.png',
114-
description: (<Translate
115-
id='landing.feature.sensu.desc'
116-
description='Root Cause Explorer description'>
117-
Visibility into apps, containers, traditional servers, and more.
118-
</Translate>),
119-
link: 'https://docs.sensu.io/sensu-go/latest',
120-
},
12193
];
12294

12395

276 KB
Loading
267 KB
Loading
258 KB
Loading

0 commit comments

Comments
 (0)