Skip to content

Commit 48fe5be

Browse files
committed
Add insight summary pane
1 parent e029fa6 commit 48fe5be

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,38 @@ From the HUD screen, list view, or board view, click an insight's name to see it
8484

8585
The left pane of the insight details page displays detailed information about the selected insight. Some of the information that appears is the same as what’s in the row for an insight on the **Insights** page, and is described in [List view,](#list-view) above. The additional information that appears in the details pane is defined below.
8686

87-
<img src={useBaseUrl('img/cse/insight-details.png')} alt="Insight details" style={{border: '1px solid gray'}} width="300"/>
87+
<img src={useBaseUrl('img/cse/insight-details.png')} alt="Insight details" style={{border: '1px solid gray'}} width="350"/>
8888

8989
1. **Actions.** The [insight actions](/docs/cse/administration/create-cse-actions#insight-actions) defined in your environment.
9090
1. **Close Insight.** Use this option to close an insight. When you click this option, you’re prompted to select an insight resolution.
9191
1. **Delete Icon.** Use this option to delete an insight. You’ll be prompted to confirm your choice.
92+
1. **Insight Summary**. Summary of the insight generated by AI.
9293
1. **Status.** Current status of the insight.
9394
1. **Assignee** and **Assign to me.** Shows the current assignee and allows you to assign yourself the insight.
9495
1. **Entity.** The entity the insight fired on.
9596
1. **Severity.** Severity of the insight. Mouse over it to see an icon you can click to change the insight severity.
9697
1. **Global Confidence.** The [Global Confidence score](/docs/cse/records-signals-entities-insights/global-intelligence-security-insights/) for the insight, if available.
97-
1. **Related Incidents and Triages**. Incidents and triages that are related to this insight.
98-
1. **Create Incident | Add to Incident**. Create an incident for the insight, or add the insight to an existing incident.
9998
1. **Signal Data.** The number of signals in the insight.
10099
1. **Event Time.** The event time for the of the last signal in the insight.
101100
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.)
102101
1. **Insight Created.** When the insight was created.
103102
1. **Tags** and **Create a tag.** Displays any tags that have already been assigned to the insight, and a field for adding a tag.
104103
1. **Comments.** Displays any comments that have been made on the insight, and a field for adding a comment.
105-
1. **Show Comments/History.** The controls allow you to switch between viewing the insight's comments and history.
104+
1. **Show Comments/History.** The controls allow you to switch between viewing the insight's comments and history.
105+
106+
### Insight summary (beta)
107+
108+
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.
109+
110+
The summary is generated only when the insight is created. The summary is not regenerated if signals are added or removed on the insight.
111+
112+
<img src={useBaseUrl('img/cse/insight-summary-pane.png')} alt="Insight summary" style={{border: '1px solid gray'}} width="300"/>
113+
114+
:::note
115+
The insight summary is in [beta](/docs/manage/manage-subscription/beta-opt-in/).
116+
117+
Help us refine the tool by using the thumbs-up or thumbs-down buttons to provide feedback on the effectiveness of the summary presented.
118+
:::
106119

107120
### Signal visualization area
108121

static/img/cse/insight-details.png

208 KB
Loading
70.8 KB
Loading

0 commit comments

Comments
 (0)