Skip to content

Commit

Permalink
[8.8] [Redo][8.6-8.13] Highlight that rule exceptions are case-sensit…
Browse files Browse the repository at this point in the history
…ive (backport #4805) (#4830)

* [Redo][8.6-8.13] Highlight that rule exceptions are case-sensitive (#4805)

(cherry picked from commit 4d78e77)

# Conflicts:
#	docs/detections/add-exceptions.asciidoc

* Fixed conflict

---------

Co-authored-by: Nastasha Solomon <[email protected]>
Co-authored-by: nastasha.solomon <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2024
1 parent 3122955 commit 3fb3b0a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/detections/add-exceptions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ image::images/add-exception-ui.png[]

+
Add conditions that define when the exception prevents alerts:
+
IMPORTANT: Rule exceptions are case-sensitive, which means that any character that's entered as an uppercase or lowercase letter will be treated as such. In the event you _don't_ want a field evaluated as case-sensitive, some ECS fields have a `.caseless` version that you can use.

.. *Field*: Select a field to identify the event being filtered.
+
+
[NOTE]
=======
Fields with conflicts are marked with a warning icon (image:images/field-warning-icon.png[Field conflict warning icon,13,13]). Using these fields and might cause unexpected exceptions behavior. For more information, refer to <<rule-exceptions-field-conflicts,Troubleshooting type conflicts and unmapped fields>>.
Expand Down Expand Up @@ -169,9 +171,14 @@ image::images/endpoint-add-exp.png[]

. If required, modify the conditions.
+
NOTE: Refer to <<ex-nested-conditions>> for more information on when nested conditions are required.
IMPORTANT: Rule exceptions are case-sensitive, which means that any character that's entered as an uppercase or lowercase letter will be treated as such. In the event you _don't_ want a field evaluated as case-sensitive, some ECS fields have a `.caseless` version that you can use.
+
NOTE: Fields with conflicts are marked with a warning icon (image:images/field-warning-icon.png[Field conflict warning icon,13,13]). Using these fields might cause unexpected exceptions behavior. For more information, refer to <<rule-exceptions-field-conflicts, Troubleshooting type conflicts and unmapped fields>>.
[NOTE]
=======
* Refer to <<ex-nested-conditions>> for more information on when nested conditions are required.
* Fields with conflicts are marked with a warning icon (image:images/field-warning-icon.png[Field conflict warning icon,13,13]). Using these fields might cause unexpected exceptions behavior. For more information, refer to <<rule-exceptions-field-conflicts, Troubleshooting type conflicts and unmapped fields>>.
=======

. You can select any of the following:

Expand Down

0 comments on commit 3fb3b0a

Please sign in to comment.