Skip to content
Open
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
33 changes: 33 additions & 0 deletions blog-cse/2026-08-03-application.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: August 3rd, 2026 - Application Update
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
keywords:
- insights
- soc analyst agent
- cloud siem
- ai
- agent
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

### SOC Analyst Agent

We're excited to announce that Sumo Logic's SOC Analyst agent, a powerful agentic AI tool designed to improve the speed and accuracy of your Security Operations Center (SOC) team's threat investigations, is now generally available. The agent triages Cloud SIEM insights with evidence-backed verdicts, helping your team cut through false-positive noise and speed up threat resolution. [Learn more](/docs/cse/get-started-with-cloud-siem/soc-analyst-agent).

The SOC Analyst agent provides the following new functionality:
* AI Investigation tab in Cloud SIEM
* Insight investigation in Mobot

#### AI Investigation tab

A new **AI Investigation** tab in Cloud SIEM provides an AI-generated analysis of insights that accelerates investigation and troubleshooting by your SOC team.

<img src={useBaseUrl('img/cse/ai-investigations-tab-in-release-note.png')} alt="Insight AI Investigation tab" style={{border: '1px solid gray'}} width="800" />

#### Insight investigation in Mobot

When you select the **Ask Mobot** button on the new **AI Investigation** tab in Cloud SIEM, the insight's AI-generated information is launched in Sumo Logic Mobot. There you can use Mobot's focused query capabilities to drill down into the insight for greater detail.

<img src={useBaseUrl('img/cse/insight-agent-in-mobot.png')} alt="Mobot Investigation Agent" style={{border: '1px solid gray'}} width="600" />
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ From the [Heads Up Display](/docs/cse/get-started-with-cloud-siem/cse-heads-up-d
### Overview

The **Overview** tab provides panels that give an overview of the insight:
* **AI Analysis**. 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.
* **AI Analysis**. 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 [SOC Analyst agent](/docs/cse/get-started-with-cloud-siem/soc-analyst-agent) 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.
:::note
Help us refine the tool by using the thumbs-up or thumbs-down buttons to provide feedback on the effectiveness of the summary presented. Clicking the thumbs-down button gives you the opportunity to provide additional feedback.
:::
Expand Down
8 changes: 7 additions & 1 deletion docs/cse/get-started-with-cloud-siem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ This guide helps you get started using Cloud SIEM for threat hunting.
<p>Learn how the insight summary pane uses AI to provide summaries of threat incidents.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href={useBaseUrl('docs/cse/get-started-with-cloud-siem/soc-analyst-agent')}><img src={useBaseUrl('img/search/mobot/mobot-welcome.png')} alt="Mobot head icon" width="40"/><h4>SOC Analyst Agent</h4></a>
<p>Triage insights faster with evidence-backed verdicts from the SOC Analyst agent.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href={useBaseUrl('docs/cse/get-started-with-cloud-siem/cloud-siem-content-catalog')}><img src={useBaseUrl('img/icons/security/compliance.png')} alt="Checklist icon" width="40"/><h4>Cloud SIEM Content Catalog</h4></a>
Expand All @@ -62,4 +68,4 @@ This guide helps you get started using Cloud SIEM for threat hunting.
<p>Get up and running quickly with Cloud SIEM administrator tasks.</p>
</div>
</div>
</div>
</div>
5 changes: 4 additions & 1 deletion 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 Dojo AI 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 [SOC Analyst agent](/docs/cse/get-started-with-cloud-siem/soc-analyst-agent) 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 @@ -17,6 +17,8 @@ The summary is generated when an insight is created, and is regenerated whenever
Help us refine the tool by using the thumbs-up or thumbs-down buttons to provide feedback on the effectiveness of the summary presented. Clicking the thumbs-down button gives you the opportunity to provide additional feedback.
:::

<!-- replace with SOC Analyst agent microlesson

:::training Micro Lesson

Watch this micro lesson to learn more about Sumo Logic's Dojo AI Summary Agent.
Expand All @@ -33,6 +35,7 @@ Watch this micro lesson to learn more about Sumo Logic's Dojo AI Summary Agent.
/>

:::
-->

#### FAQs about the insight summary

Expand Down
Loading
Loading