@@ -87,27 +87,27 @@ The *Add Exception* window opens (via Alerts table).
8787[role="screenshot"]
8888image::images/add-exception-ui.png[]
8989
90- . If required, add or modify the conditions that define when the exception
91- prevents the rule from generating alerts. You can define multiple conditions
92- and use `OR` and `AND` logic to connect them. For example, the following
93- conditions prevent a rule from generating alerts when the `maintenance.exe`
94- process runs on `win-server-1`, `win-server-2`, or `win-server-3`:
90+ . Add conditions that define when the exception prevents alerts. You can define
91+ multiple conditions with `OR` and `AND` relationships. In the example above,
92+ the exception prevents the rule from generating alerts when the
93+ `maintenance.exe` process runs on `win-server-1`, `win-server-2`, or
94+ `win-server-3`.
9595+
96- [role="screenshot"]
97- image::images/exception-ui-query.png[]
96+ [IMPORTANT]
97+ ============
98+ You can use nested conditions. However, this is only required for
99+ <<nested-field-list, these fields>>. For all other fields, nested conditions
100+ should not be used.
101+ ============
98102+
99103If you have created value lists, you can use them to exclude or include all
100- values in a list with the `is in list` and `is not in list` operators:
104+ values in a list with `is in list` and `is not in list` operators:
101105+
102106[role="screenshot"]
103107image::images/exceptions-ui-list.png[]
104- +
105- [IMPORTANT]
106- ============
107- You can use nested boolean conditions in the exception. This is only required
108- for <<nested-field-list, these fields>>. For all other fields, nested
109- conditions should not be used.
110- ============
108+
109+ NOTE: When using a list, all exception statements must use `is in list` and
110+ `is not in list` operators.
111111
112112. You can select any of the following:
113113
@@ -148,11 +148,9 @@ The *Add Endpoint Exception* window opens (via Alerts table).
148148[role="screenshot"]
149149image::images/endpoint-add-exp.png[]
150150
151- . If required, add or modify the conditions that define when the exception
152- prevents the rule from generating alerts.
151+ . If required, modify the conditions.
153152+
154- NOTE: For file signature exceptions, you can add nested conditions under the
155- `file.ext.code_signature` field.
153+ NOTE: <<ex-nested-conditions>> describes when nested conditions are required.
156154
157155. You can select any of the following:
158156
0 commit comments