3
3
4
4
Creates a new detection rule.
5
5
6
- You can create these types of rules:
6
+ You can create the following types of rules:
7
7
8
- * *Query rules *: Searches the defined indices and creates an alert when
8
+ * *Custom query *: Searches the defined indices and creates an alert when
9
9
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
11
11
{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
13
13
number of times the specified field's value meets the threshold during a single
14
14
execution. When there are multiple values that meet the threshold, an alert is
15
15
generated for each value.
@@ -19,7 +19,7 @@ alert is generated for every source IP address that appears in at least 10 of
19
19
the rule's search results. If you're interested, see
20
20
{ref}/search-aggregations-bucket-terms-aggregation.html[Terms Aggregation] for
21
21
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
23
23
specified {ref}/indices-create-index.html[{es} index]. For example, you can
24
24
create an index for IP addresses and use this index to create an alert whenever
25
25
an event's `destination.ip` equals a value in the index. The index's field
@@ -138,7 +138,7 @@ specified field.
138
138
|==============================================
139
139
140
140
[[req-fields-query-threshold]]
141
- ===== Required field for query, threat- match and threshold rules
141
+ ===== Required field for query, indicator match and threshold rules
142
142
143
143
[width="100%",options="header"]
144
144
|==============================================
0 commit comments