Skip to content

Commit

Permalink
first pass, minor bugfix (#4683)
Browse files Browse the repository at this point in the history
(cherry picked from commit fbc53b5)

# Conflicts:
#	docs/detections/rules-ui-create.asciidoc
  • Loading branch information
benironside authored and mergify[bot] committed Jan 26, 2024
1 parent 7df02cb commit 77ee876
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/detections/rules-ui-create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,16 @@ alerts.
+
NOTE: You can use {kib} saved queries (image:images/saved-query-menu.png[Saved query menu,18,18]) and queries from saved Timelines (*Import query from saved Timeline*) as rule conditions.

<<<<<<< HEAD
.. Use the `Group by` and `Threshold` fields to determine which source event field is used as a threshold and the threshold's value.
.. Use the `Count` field to limit alerts by cardinality of a certain field.
=======
.. Use the *Group by* and *Threshold* fields to determine which source event field is used as a threshold and the threshold's value.
+
NOTE: Nested fields are not supported for use with *Group by*.
+
.. Use the *Count* field to limit alerts by cardinality of a certain field.
>>>>>>> fbc53b52 (first pass, minor bugfix (#4683))
+
For example, if `Group by` is `source.ip`, `destination.ip` and its `Threshold` is `10`, an alert is generated for every pair of source and destination IP addresses that appear in at least 10 of the rule's search results.
+
Expand Down

0 comments on commit 77ee876

Please sign in to comment.