Skip to content

Commit 0cec577

Browse files
[Serverless][8.17][8.16]: Security – Alerts section bugs (#6240)
* First draft * Update docs/detections/alerts-reduce.asciidoc * Removes outdated content * more changes * Removes docs for the enableCcsWarning setting * Oops - readds sections
1 parent 19e3484 commit 0cec577

File tree

8 files changed

+7
-13
lines changed

8 files changed

+7
-13
lines changed

docs/detections/alerts-reduce.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| <<snooze-rule-actions,Rule action snoozing>>
1010
a| *_Stops a specific rule's notification actions from running_*.
1111

12-
Use to avoid unnecessary notifications from a specific rule. The rule continues to run and generate alerts during the snooze period, but its <<rule-notifications,notification actions>> don't run.
12+
Use to avoid unnecessary notifications from a specific rule. The rule continues to run and generate alerts during the snooze period, but its <<rule-response-action,notification actions>> don't run.
1313

1414
| {kibana-ref}/maintenance-windows.html[Maintenance window]
1515
a| *_Prevents all rules' notification actions from running_*.

docs/detections/alerts-ui-manage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Alerts page offers various ways for you to organize and triage detection ale
2222
[role="screenshot"]
2323
image::images/view-alert-details.png[View details button, 200]
2424

25-
* View the rule that created an alert. Click a name in the *Rule* column to open the rule's details page.
25+
* View the rule that created an alert. Click a name in the *Rule* column to open the rule's details.
2626

2727
* View the details of the host and user associated with the alert. In the Alerts table, click a host name to open the <<host-details-flyout, host details flyout>>, or a user name to open the <<user-details-flyout, user details flyout>>.
2828

@@ -115,7 +115,7 @@ image::images/group-alerts-expand.png[Expanded alert group with alerts table]
115115
Use the toolbar buttons in the upper-left of the Alerts table to customize the columns you want displayed:
116116

117117
* **Columns**: Reorder the columns.
118-
* **_x_ fields sorted**: Sort the table by one or more columns.
118+
* **Sort fields _x_**: Sort the table by one or more columns.
119119
* **Fields**: Select the fields to display in the table. You can also add <<runtime-fields, runtime fields>> to detection alerts and display them in the Alerts table.
120120

121121
Click the *Full screen* button in the upper-right to view the table in full-screen mode.

docs/detections/alerts-view-details.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ The About section has the following information:
9494
+
9595
NOTE: The event renderer only displays if an event renderer exists for the alert type. Fields are interactive; hover over them to access the available actions.
9696

97-
* **Last alert status change**: Shows the last time the alert's status was changed, along with the user who changed it.
98-
99-
* **MITRE ATT&CK**: Provides relevant https://attack.mitre.org/[MITRE ATT&CK] framework tactics, techniques, and sub-techniques.
100-
10197
[discrete]
10298
[[investigation-section]]
10399
== Investigation
-31.5 KB
Loading

docs/serverless/alerts/alerts-ui-manage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Alerts page offers various ways for you to organize and triage detection ale
2424
+
2525
[role="screenshot"]
2626
image:images/alerts-ui-manage/-detections-view-alert-details.png[View details button]
27-
* View the rule that created an alert. Click a name in the **Rule** column to open the rule's details page.
27+
* View the rule that created an alert. Click a name in the **Rule** column to open the rule's details.
2828
* View the details of the host and user associated with the alert. In the Alerts table, click a host name to open the <<security-hosts-overview-host-details-flyout,host details flyout>>, or a user name to open the <<security-users-page-user-details-flyout,user details flyout>>.
2929
* Filter for a specific rule in the KQL bar (for example, `kibana.alert.rule.name :"SSH (Secure Shell) from the Internet"`). KQL autocomplete is available for `.alerts-security.alerts-*` indices.
3030
* Use the date and time filter to define a specific time range. By default, this filter is set to search the last 24 hours.
@@ -104,7 +104,7 @@ image::images/alerts-ui-manage/-detections-group-alerts-expand.png[Expanded aler
104104
Use the toolbar buttons in the upper-left of the Alerts table to customize the columns you want displayed:
105105

106106
* **Columns**: Reorder the columns.
107-
* **_x_ fields sorted**: Sort the table by one or more columns.
107+
* **Sort fields _x_**: Sort the table by one or more columns.
108108
* **Fields**: Select the fields to display in the table. You can also add <<security-runtime-fields,runtime fields>> to detection alerts and display them in the Alerts table.
109109

110110
Click the **Full screen** button in the upper-right to view the table in full-screen mode.

docs/serverless/alerts/reduce-notifications-alerts.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
| <<snooze-rule-actions,Rule action snoozing>>
1414
a| **_Stops a specific rule's notification actions from running_**.
1515

16-
Use to avoid unnecessary notifications from a specific rule. The rule continues to run and generate alerts during the snooze period, but its <<security-rules-create,notification actions>> don't run.
16+
Use to avoid unnecessary notifications from a specific rule. The rule continues to run and generate alerts during the snooze period, but its <<rule-response-action,notification actions>> don't run.
1717

18-
| {kibana-ref}/maintenance-windows.html[Maintenance window]
18+
| <<maintenance-windows,Maintenance window>>
1919
a| **_Prevents all rules' notification actions from running_**.
2020

2121
Use to avoid false alarms and unnecessary notifications during planned outages. All rules continue to run and generate alerts during the maintenance window, but their <<security-rules-create,notification actions>> don't run.

docs/serverless/alerts/view-alert-details.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ The About section has the following information:
101101
====
102102
The event renderer only displays if an event renderer exists for the alert type. Fields are interactive; hover over them to access the available actions.
103103
====
104-
* **Last Alert Status Change**: Shows the last time the alert's status was changed, along with the user who changed it.
105-
* **MITRE ATT&CK**: Provides relevant https://attack.mitre.org/[MITRE ATT&CK] framework tactics, techniques, and sub-techniques.
106104

107105
[discrete]
108106
[[investigation-section]]
-31.5 KB
Loading

0 commit comments

Comments
 (0)