Skip to content

Commit a346bef

Browse files
[DOCS] EQL updates (#1391) (#1394)
* Two slight changes to EQL stuff. * Small edit. (cherry picked from commit 709b0d5) Co-authored-by: Janeen Mikell-Straughn <[email protected]>
1 parent a603bc3 commit a346bef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/detections/detections-ui-exceptions.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ exception's criteria.
8484

8585
[IMPORTANT]
8686
==============
87-
Be careful when adding exceptions to event correlation rules. Exceptions are
88-
evaluated against every event in the sequence, and when the exception matches any
89-
event(s) in the sequence, alerts are not generated. To exclude values from a
87+
Be careful when adding exceptions to event correlation rules. Exceptions are evaluated against every event in the sequence, and when the exception matches _all_ event(s) in the sequence, alerts _are not_ generated. If the exception only matches _some_ of the events in the sequence, alerts _are_ generated.
88+
89+
To exclude values from a
9090
specific event in the sequence, update the rule's EQL statement. For example:
9191
9292
[source,eql]

docs/detections/rules-ui-create.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ image::images/create-new-rule.png[]
101101
[IMPORTANT]
102102
==============
103103
To create or edit {ml} rules, you must have the https://www.elastic.co/subscriptions[appropriate license] or use a
104-
{ess-trial}[cloud deployment]. Additionally, you must have the {ref}/built-in-roles.html[`machine_learning_admin`] user
104+
{ess-trial}[cloud deployment]. Additionally, you must have the {ref}/built-in-roles.html[`machine_learning_admin`] user
105105
role, and the selected {ml} job must be running for the rule to function correctly.
106106
==============
107107

@@ -190,7 +190,7 @@ network connection:
190190
+
191191
** *Index patterns*: `winlogbeat-*`
192192
+
193-
> Winlogbeat ships Windows events to {es-sec}.
193+
> Winlogbeat ships Windows events to {elastic-sec}.
194194

195195
** *EQL query*:
196196
+
@@ -305,7 +305,7 @@ values:
305305
[role="screenshot"]
306306
image::images/severity-mapping-ui.png[]
307307
+
308-
NOTE: For threshold rules, not all source event values can be used for overrides; only the fields that were aggregated over (the `Group by` fields) will contain data.
308+
NOTE: For threshold rules, not all source event values can be used for overrides; only the fields that were aggregated over (the `Group by` fields) will contain data. Please also note that overrides are not supported for event correlation rules.
309309
.. *Default risk score*: A numerical value between 0 and 100 that correlates
310310
with the *Severity* level. General guidelines are:
311311
* `0` - `21` represents low severity.

0 commit comments

Comments
 (0)