Skip to content

Commit afd5707

Browse files
authored
Committing updates. (#438)
1 parent fe6d3b4 commit afd5707

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

docs/detections/api/rules/rules-api-create.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
Creates a new detection rule.
55

6-
You can create these types of rules:
6+
You can create the following types of rules:
77

8-
* *Query rules*: Searches the defined indices and creates an alert when
8+
* *Custom query*: Searches the defined indices and creates an alert when
99
a document matches the rule's KQL query.
10-
* *EQL*: Searches the defined indices and creates an alert when results match an
10+
* *Event correlation*: Searches the defined indices and creates an alert when results match an
1111
{ref}/eql.html[Event Query Language (EQL)] query.
12-
* *Threshold rules*: Searches the defined indices and creates an alert when the
12+
* *Threshold*: Searches the defined indices and creates an alert when the
1313
number of times the specified field's value meets the threshold during a single
1414
execution. When there are multiple values that meet the threshold, an alert is
1515
generated for each value.
@@ -19,7 +19,7 @@ alert is generated for every source IP address that appears in at least 10 of
1919
the rule's search results. If you're interested, see
2020
{ref}/search-aggregations-bucket-terms-aggregation.html[Terms Aggregation] for
2121
more information.
22-
* *Threat match*: Creates an alert when fields match values defined in the
22+
* *Indicator match*: Creates an alert when fields match values defined in the
2323
specified {ref}/indices-create-index.html[{es} index]. For example, you can
2424
create an index for IP addresses and use this index to create an alert whenever
2525
an event's `destination.ip` equals a value in the index. The index's field
@@ -138,7 +138,7 @@ specified field.
138138
|==============================================
139139

140140
[[req-fields-query-threshold]]
141-
===== Required field for query, threat-match and threshold rules
141+
===== Required field for query, indicator match and threshold rules
142142

143143
[width="100%",options="header"]
144144
|==============================================

docs/detections/detections-ui-exceptions.asciidoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,14 @@ image::images/exception-histogram.png[]
104104
[role="screenshot"]
105105
image::images/more-action-button.png[]
106106
+
107-
The *Add Rule Exception* window opens (via Alerts table).
107+
The *Add Rule Exception* window opens (via the Alerts table).
108108
+
109109
[role="screenshot"]
110110
image::images/add-exception-ui.png[]
111111
. Add conditions that define when the exception prevents alerts. You can define
112112
multiple conditions with `OR` and `AND` relationships. In the example above,
113113
the exception prevents the rule from generating alerts when the
114-
`maintenance.exe` process runs on `win-server-1`, `win-server-2`, or
115-
`win-server-3`.
114+
`svchost.exe` process runs on agent hostname `siem-kibana`.
116115
+
117116
[IMPORTANT]
118117
============
@@ -136,7 +135,7 @@ is only available when adding exceptions via the Alerts table.
136135
* *Close all alerts that match this exception and were generated by this rule*:
137136
Closes all alerts that match the exception's conditions and were generated only by the current rule.
138137
+
139-
. Click *Add Exception*.
138+
. Click *Add Rule Exception*.
140139

141140
[float]
142141
[[endpoint-rule-exceptions]]
@@ -182,9 +181,9 @@ NOTE: <<ex-nested-conditions>> describes when nested conditions are required.
182181

183182
. You can select any of the following:
184183

185-
* _Close this alert_: Closes the alert when the exception is added. This option
184+
* *Close this alert*: Closes the alert when the exception is added. This option
186185
is only available when adding exceptions via the Alerts table.
187-
* _Close all alerts that match this exception, including alerts generated by other rules_:
186+
* *Close all alerts that match this exception, including alerts generated by other rules*:
188187
Closes all alerts that match the exception's conditions.
189188

190189
. Click *Add Exception*.
-66.6 KB
Loading
-100 KB
Loading

0 commit comments

Comments
 (0)