You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re excited to announce the new insight summary pane, an AI-generated 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. The summary is generated by Sumo Logic's Summary Agent, an agentic AI tool.
Copy file name to clipboardExpand all lines: docs/cse/get-started-with-cloud-siem/about-cse-insight-ui.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,13 +99,12 @@ The left pane of the insight details page displays detailed information about th
99
99
1.**Actions.** The [insight actions](/docs/cse/administration/create-cse-actions#insight-actions) defined in your environment.
100
100
1.**Close Insight.** Use this option to close an insight. When you click this option, you’re prompted to select an insight resolution.
101
101
1.**Delete Icon.** Use this option to delete an insight. You’ll be prompted to confirm your choice.
102
+
1.**Summary**. [Insight summary](/docs/cse/get-started-with-cloud-siem/insight-summary/) generated by AI.
102
103
1.**Status.** Current status of the insight.
103
104
1.**Assignee** and **Assign to me.** Shows the current assignee and allows you to assign yourself the insight.
104
105
1.**Entity.** The entity the insight fired on.
105
106
1.**Severity.** Severity of the insight. Mouse over it to see an icon you can click to change the insight severity.
106
107
1.**Global Confidence.** The [Global Confidence score](/docs/cse/records-signals-entities-insights/global-intelligence-security-insights/) for the insight, if available.
107
-
1.**Related Incidents and Triages**. Incidents and triages that are related to this insight.
108
-
1.**Create Incident | Add to Incident**. Create an incident for the insight, or add the insight to an existing incident.
109
108
1.**Signal Data.** The number of signals in the insight.
110
109
1.**Event Time.** The event time for the of the last signal in the insight.
111
110
1.**Detection Time.** The time between when the first event happened (when the first record in the insight occurred) and when the insight was generated. (This differs from "dwell time", which is the time between when the first record and the last record occurred in an insight.)
Copy file name to clipboardExpand all lines: docs/cse/get-started-with-cloud-siem/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,12 @@ This guide helps you get started using Cloud SIEM for threat hunting.
44
44
<p>Learn about the contents of the insights UI in Cloud SIEM.</p>
45
45
</div>
46
46
</div>
47
+
<divclassName="box smallbox card">
48
+
<divclassName="container">
49
+
<ahref="/docs/cse/get-started-with-cloud-siem/insight-summary"><img src={useBaseUrl('img/icons/security/siem-challenges.png')} alt="Shield on a workflow icon" width="40"/><h4>Insight Summary</h4></a>
50
+
<p>Learn how the insight summary pane uses AI to provide summaries of threat incidents.</p>
Copy file name to clipboardExpand all lines: docs/cse/get-started-with-cloud-siem/insight-summary.md
+32-14Lines changed: 32 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,41 @@ description: The insight Summary pane uses AI to provide summaries of threat inc
5
5
---
6
6
7
7
import useBaseUrl from '@docusaurus/useBaseUrl';
8
+
import Iframe from 'react-iframe';
8
9
9
-
<head>
10
-
<metaname="robots"content="noindex" />
11
-
</head>
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.
<!-- Originally added as a beta article with DOCS-236. -->
16
-
17
-
The insight **Summary** pane provides a concise, actionable summary of threat incidents based on triggered signals using AI. It consolidates key details to facilitate quick understanding and response by security teams.
18
-
19
-
The summary is generated only when the insight is created. The summary is not regenerated if signals are added or removed on the insight.
12
+
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.
The insight summary is in [beta](/docs/manage/manage-subscription/beta-opt-in/). To participate, contact your Sumo account representative.
25
-
26
-
Help us refine the tool by using the thumbs-up or thumbs-down buttons to provide feedback on the effectiveness of the summary presented.
27
-
:::
17
+
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.
18
+
:::
19
+
20
+
:::sumo Micro Lesson
21
+
22
+
Watch this micro lesson to learn more about Sumo Logic's Summary Agent.
* No customer data or personally identifiable information (PII) is used to train models.
42
+
* Processing is limited to schemas and sample fields, and is reviewed for compliance.
43
+
* The AI is powered by Amazon Bedrock, with rolling expiration for temporary query history.
44
+
***Can insight summaries be accessed by the API?**<br/>Yes. The summaries are included in output when you run the [insight APIs](https://api.sumologic.com/docs/sec/#operation/GetInsight) in the [Cloud SIEM APIs](https://help.sumologic.com/docs/api/cloud-siem-enterprise/).
45
+
***Is there an additional cost?**<br/>No. The insight summary is included as part of Cloud SIEM at no extra licensing fee.
0 commit comments