Skip to content

Commit 0ee2d99

Browse files
mergify[bot]nastasha-solomongithub-actions[bot]
authored
[8.16] [Request][Serverless][8.16] Visualizations in alert flyout - technical preview + advanced setting (backport #5963) (#6024)
* [Request][Serverless][8.16] Visualizations in alert flyout - technical preview + advanced setting (#5963) * First draft * Fixed headings * Updates admonition type * anotha draft * removed extra chars * Fixing size * Minor fixes * Fixed session view name * Update docs/detections/alerts-view-details.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * Update docs/detections/alerts-view-details.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * Update docs/detections/alerts-view-details.asciidoc * Update docs/detections/visual-event-analyzer.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * Update docs/getting-started/advanced-setting.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * Update docs/getting-started/advanced-setting.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * Adds link --------- Co-authored-by: natasha-moore-elastic <[email protected]> (cherry picked from commit e673098) # Conflicts: # docs/serverless/alerts/view-alert-details.mdx # docs/serverless/alerts/visual-event-analyzer.mdx # docs/serverless/settings/advanced-settings.mdx * Delete docs/serverless directory and its contents --------- Co-authored-by: Nastasha Solomon <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 542ebb4 commit 0ee2d99

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

docs/detections/alerts-view-details.asciidoc

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,32 @@ image::images/visualizations-section-rp.png[Visualizations section of the Overvi
124124

125125
Click **Visualizations** to display the following previews:
126126

127-
* **Session view preview**: Shows a preview of <<session-view,session view>> data. Click **Session viewer preview** to open the **Session View** tab in Timeline.
127+
* **Session viewer preview**: Shows a preview of <<session-view,Session View>> data. Click **Session viewer preview** to open the **Session View** tab in Timeline.
128128

129129
* **Analyzer preview**: Shows a preview of the <<visual-event-analyzer,visual analyzer graph>>. The preview displays up to three levels of the analyzed event's ancestors and up to three levels of the event's descendants and children. The ellipses symbol (**`...`**) indicates the event has more ancestors and descendants to examine. Click **Analyzer preview** to open the **Event Analyzer** tab in Timeline.
130130

131+
[discrete]
132+
[[expanded-visualizations-view]]
133+
=== Expanded visualizations view
134+
135+
preview::[]
136+
137+
.Requirements
138+
[sidebar]
139+
--
140+
To use the **Visualize** tab, you must turn on the `securitySolution:enableVisualizationsInFlyout` <<visualizations-in-flyout,advanced setting>>.
141+
--
142+
143+
The **Visualize** tab allows you to maintain the context of the Alerts table, while providing a more detailed view of alerts that you're investigating in the event analyzer or Session View. To open the tab, click **Session viewer preview** or **Analyzer preview** from the right panel.
144+
145+
[role="screenshot"]
146+
image::images/visualize-tab-lp.png[Expanded view of visualization details, 80%]
147+
148+
As you examine the alert's related processes, you can also preview the alerts and events which are associated with those processes. Then, if you want to learn more about a particular alert or event, you can click **Show full alert details** to open the full details flyout.
149+
150+
[role="screenshot"]
151+
image::images/visualize-tab-lp-alert-details.gif[Examine alert details from event analyzer, 80%]
152+
131153
[discrete]
132154
[[insights-section]]
133155
== Insights
516 KB
Loading
285 KB
Loading

docs/detections/visual-event-analyzer.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Or
2929
+
3030
** `agent.type:"winlogbeat" and event.module: "sysmon" and process.entity_id : *`
3131

32-
. Events that can be visually analyzed are denoted by a cubical **Analyze event** icon. Select this option to open the event in the visual analyzer. Alternatively, open the alert details flyout, go to the Visualizations section, then click **Analyzer preview**. This opens the **Analyzer** tab in Timeline.
32+
. Events that can be visually analyzed are denoted by a cubical **Analyze event** icon. Select this option to open the event in the visual analyzer. The event analyzer is accessible from the **Hosts**, **Alerts**, and **Timelines** pages, as well as the alert details flyout.
33+
+
34+
TIP: Turn on the `securitySolution:enableVisualizationsInFlyout` <<visualizations-in-flyout,advanced setting>> to access the event analyzer from the **Visualize** tab in the alert or event details flyout.
3335

3436
+
3537
[role="screenshot"]

docs/getting-started/advanced-setting.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ The `securitySolution:enableAssetCriticality` setting determines whether asset c
113113

114114
Including data from cold and frozen {ref}/data-tiers.html[data tiers] in <<visual-event-analyzer, visual event analyzer>> queries may result in performance degradation. The `securitySolution:excludeColdAndFrozenTiersInAnalyzer` setting allows you to exclude this data from analyzer queries. This setting is turned off by default.
115115

116+
[discrete]
117+
[[visualizations-in-flyout]]
118+
== Access the event analyzer and Session View from the event or alert details flyout
119+
120+
preview::[]
121+
122+
The `securitySolution:enableVisualizationsInFlyout` setting allows you to access the event analyzer and Session View in the **Visualize** <<expanded-visualizations-view,tab>> on the alert or event details flyout. This setting is turned off by default.
123+
116124
[discrete]
117125
== Change the default search interval and data refresh time
118126

0 commit comments

Comments
 (0)