Skip to content

Commit f5d0664

Browse files
authored
Merge branch 'main' into DOCS-1110
2 parents e8bfbe1 + 5a779b2 commit f5d0664

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

blog-cse/2025-09-19-content.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ This content release includes:
1919

2020
Changes are enumerated below.
2121

22-
:::note
23-
These updates have been rolled out to all [deployments](/docs/api/about-apis/getting-started/#aws-region-by-sumo-logic-deployment) with the exception of FED, which will receive the updates in the coming days.
24-
:::
25-
2622
### Rules
2723

2824
- [New] MATCH-S01053 OCSF Compliance Finding

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: The insight Summary pane uses AI to provide summaries of threat inc
77
import useBaseUrl from '@docusaurus/useBaseUrl';
88
import Iframe from 'react-iframe'; 
99

10-
The insight **Summary** pane provides a concise, actionable summary of threat incidents based on triggered signals. It consolidates key details to facilitate quick understanding and response by security teams. The summary is generated by Sumo Logic's Summary Agent, an agentic AI tool.
10+
The insight **Summary** pane provides a concise, actionable summary of threat incidents based on triggered signals. It consolidates key details to facilitate quick understanding and response by security teams. The summary is generated by Sumo Logic's Dojo AI Summary Agent, an agentic AI tool.
1111

1212
The summary is generated when an insight is created, and is regenerated whenever the insight is modified, keeping it current with added or removed signals. Summaries are not only generated for insights created by the system, but also custom insights created manually by users via the UI.
1313

@@ -19,7 +19,7 @@ Help us refine the tool by using the thumbs-up or thumbs-down buttons to provide
1919

2020
:::sumo Micro Lesson
2121

22-
Watch this micro lesson to learn more about Sumo Logic's Summary Agent.
22+
Watch this micro lesson to learn more about Sumo Logic's Dojo AI Summary Agent.
2323

2424
<Iframe url="https://fast.wistia.net/embed/iframe/qpdjncnfnv?web_component=true&seo=true&videoFoam=false"
2525
width="854px"

docs/get-started/ai-machine-learning.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,13 @@ Our Sumo Logic AI for Security functionality empowers SOC analysts and threat hu
8383

8484
### Cloud SIEM
8585

86-
Sumo Logic's Cloud SIEM leverages AI-driven rules for security management, including:
86+
#### Insight summary
8787

88+
Sumo Logic's Dojo AI Summary Agent, an agentic AI tool, generates a synopsis for each insight that describes the threat incidents that led to its creation. This helps security teams understand incidents faster and accelerate response time. [Learn more](/docs/cse/get-started-with-cloud-siem/insight-summary/).
89+
90+
#### Rules
91+
92+
Sumo Logic's Cloud SIEM rules leverage AI for the following:
8893
* [Insight Trainer](/docs/cse/rules/insight-trainer). Utilizes ML and AI to deliver outcome-based recommendations, reducing false positives without compromising detection value.
8994
* [First-seen rule](/docs/cse/rules/write-first-seen-rule). Identifies novel threats based on first occurrences.
9095
* [Outlier rule](/docs/cse/rules/write-outlier-rule/). Detects abnormal behavior indicating potential security breaches.

docs/reuse/automation-service/aws/iam-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To enable AWS IAM role-based authentication without sharing access keys and secr
1010
{
1111
"Effect": "Allow",
1212
"Principal": {
13-
"AWS": "arn:aws:iam::<sumo-account-id>:root"
13+
"AWS": "arn:aws:iam::926226587429:root"
1414
},
1515
"Action": "sts:AssumeRole"
1616
}

0 commit comments

Comments
 (0)