Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cse/get-started-with-cloud-siem/insight-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The insight Summary pane uses AI to provide summaries of threat inc
import useBaseUrl from '@docusaurus/useBaseUrl';
import Iframe from 'react-iframe'; 

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

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.

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

:::sumo Micro Lesson

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

<Iframe url="https://fast.wistia.net/embed/iframe/qpdjncnfnv?web_component=true&seo=true&videoFoam=false"
width="854px"
Expand Down
7 changes: 6 additions & 1 deletion docs/get-started/ai-machine-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ Our Sumo Logic AI for Security functionality empowers SOC analysts and threat hu

### Cloud SIEM

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

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/).

#### Rules

Sumo Logic's Cloud SIEM rules leverage AI for the following:
* [Insight Trainer](/docs/cse/rules/insight-trainer). Utilizes ML and AI to deliver outcome-based recommendations, reducing false positives without compromising detection value.
* [First-seen rule](/docs/cse/rules/write-first-seen-rule). Identifies novel threats based on first occurrences.
* [Outlier rule](/docs/cse/rules/write-outlier-rule/). Detects abnormal behavior indicating potential security breaches.
Expand Down