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
Visualize and group detection alerts by specific parameters in the visualization section of the Alerts page.
17
10
@@ -32,22 +25,22 @@ Some view types don’t have the **Group by top** option. You can also leave **G
32
25
::::
33
26
34
27
35
-
To reset a view to default settings, hover over it and click the options menu () that appears, then select **Reset group by fields**.
28
+
To reset a view to default settings, hover over it and click the options menu () that appears, then select **Reset group by fields**.
36
29
37
30
::::{tip}
38
31
The options menu also lets you inspect the visualization’s queries. For the trend and counts views, you can add the visualization to a new or existing case, or open it in Lens.
39
32
::::
40
33
41
34
42
-
Click the collapse icon () to minimize the visualization section and display a summary of key information instead.
35
+
Click the collapse icon () to minimize the visualization section and display a summary of key information instead.
:alt: Alerts page with visualizations section collapsed
46
39
:class: screenshot
47
40
:::
48
41
49
42
50
-
## Summary [_summary]
43
+
## Summary [security-visualize-alerts-summary]
51
44
52
45
On the Alerts page, the summary visualization displays by default and shows how alerts are distributed across these indicators:
53
46
@@ -63,7 +56,7 @@ You can hover and click on elements within the summary — such as severity leve
63
56
:::
64
57
65
58
66
-
## Trend [_trend]
59
+
## Trend [security-visualize-alerts-trend]
67
60
68
61
The trend view shows the occurrence of alerts over time. By default, it groups alerts by detection rule name (`kibana.alert.rule.name`).
69
62
@@ -78,7 +71,7 @@ The **Group by top** menu is unavailable for the trend view.
78
71
:::
79
72
80
73
81
-
## Counts [_counts]
74
+
## Counts [security-visualize-alerts-counts]
82
75
83
76
The counts view shows the count of alerts in each group. By default, it groups alerts first by detection rule name (`kibana.alert.rule.name`), then by host name (`host.name`).
84
77
@@ -88,7 +81,7 @@ The counts view shows the count of alerts in each group. By default, it groups a
88
81
:::
89
82
90
83
91
-
## Treemap [_treemap]
84
+
## Treemap [security-visualize-alerts-treemap]
92
85
93
86
The treemap view shows the distribution of alerts as nested, proportionally-sized tiles. This view can help you quickly pinpoint the most prevalent and critical alerts.
0 commit comments