Skip to content

Commit 05c2c68

Browse files
First draft
1 parent 23ad810 commit 05c2c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/security/detect-and-alert/create-detection-rule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,11 +829,11 @@ To interact with the rule preview:
829829
### View your rule’s {{es}} queries (optional) [view-rule-es-queries]
830830

831831
::::{note}
832-
This option is only offered for {{esql}} and event correlation rules.
832+
This option is offered for all rule types except indicator match rules.
833833
::::
834834

835835

836-
When previewing a rule, you can also learn about its {{es}} queries, which are submitted when the rule runs. This information can help you identify and troubleshoot potential rule issues. You can also use it to confirm that your rule is retrieving the expected data.
836+
When previewing a rule, you can also examine the {{es}} queries that are submitted when the rule runs. Use this information to identify and troubleshoot potential rule issues and confirm that your rule is retrieving the expected data.data.
837837

838838
To learn more about your rule’s {{es}} queries, preview its results and do the following:
839839

@@ -843,7 +843,7 @@ To learn more about your rule’s {{es}} queries, preview its results and do the
843843

844844
* When the rule execution started, and how long it took to complete
845845
* A brief explanation of what the {{es}} queries do
846-
* The actual {{es}} queries that the rule submits to indices containing events that are used during the rule execution
846+
* The first two {{es}} queries that the rule submits to indices containing events that are used during the rule execution
847847

848848
::::{tip}
849849
Run the queries in [Console](/explore-analyze/query-filter/tools/console.md) to determine if your rule is retrieving the expected data. For example, to test your rule’s exceptions, run the rule’s {{es}} queries, which will also contain exceptions added to the rule. If your rule’s exceptions are working as intended, the query will not return events that should be ignored.

0 commit comments

Comments
 (0)