33
44Creates 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
99a 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
1313number of times the specified field's value meets the threshold during a single
1414execution. When there are multiple values that meet the threshold, an alert is
1515generated for each value.
@@ -19,7 +19,7 @@ alert is generated for every source IP address that appears in at least 10 of
1919the rule's search results. If you're interested, see
2020{ref}/search-aggregations-bucket-terms-aggregation.html[Terms Aggregation] for
2121more 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
2323specified {ref}/indices-create-index.html[{es} index]. For example, you can
2424create an index for IP addresses and use this index to create an alert whenever
2525an 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|==============================================
0 commit comments