You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/detections/detections-ui-exceptions.asciidoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,18 @@ with these types:
21
21
After creating value lists, you can use `is in list` and `is not in list`
22
22
operators to define exceptions.
23
23
24
-
IMPORTANT: Operators `is in list` and `is not in list` are not available for
25
-
threshold and event correlation rules.
26
-
27
24
TIP: You can also use value lists as the <<indicator-value-lists,indicator match index>> when creating an indicator match rule.
28
25
29
26
[float]
30
27
[[manage-value-lists]]
31
28
== Create value lists
32
29
30
+
When creating a value list for a rule exception, be mindful of the list's size and data type. In general, all rule types support value list exceptions, but there are some limitations for especially large lists or certain data types. The following value list types can _only_ be used with custom query, machine learning, and indicator match rule types:
31
+
32
+
* Keyword or IP address lists with more than 65,536 values
33
+
* IP range lists with more than 200 dash notation values (for example, `127.0.0.1-127.0.0.4` is one value) or more than 65,536 CIDR notation values
34
+
* Text data type lists of any size
35
+
33
36
To create a value list:
34
37
35
38
. Prepare a `txt` or `csv` file with all the values you want to use for
* An exception defined by a value list must use `is in list` or `is not in list` in all conditions.
135
+
* An exception defined by a value list must use `is in list` or `is not in list` in all conditions.
133
136
* Wildcards are not supported in value lists.
137
+
* If a value list can't be used due to <<manage-value-lists,size or data type>>, it'll be unavailable in the *Value* menu.
134
138
=======
135
139
* `matches` | `does not match` — Allows you to use wildcards in *Value*, such as `C:\path\*\app.exe`. Available wildcards are `?` (match one character) and `*` (match zero or more characters). The selected *Field* data type must be {ref}/keyword.html#keyword-field-type[keyword], {ref}/text.html#text-field-type[text], or {ref}/keyword.html#wildcard-field-type[wildcard].
0 commit comments