Skip to content

Commit ef045cd

Browse files
Active voice
1 parent fdc7dd0 commit ef045cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/detections/rules-ui-create.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ TIP: Avoid setting long time ranges with short rule intervals, or the rule previ
826826

827827
NOTE: This option is only offered for {esql} and event correlation rules.
828828

829-
When previewing a rule, you can also learn about its {es} queries, which are submitted when the rule runs. This information can be helpful for identifying and troubleshooting potential rule issues. You can also use it to confirm that your rule is retrieving the expected data.
829+
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.
830830

831831
To learn more about your rule's {es} queries, preview its results and do the following:
832832

@@ -835,6 +835,6 @@ To learn more about your rule's {es} queries, preview its results and do the fol
835835
. Expand each row to learn more about the {es} queries that the rule submits each time it executes. The following details are provided:
836836
** When the rule execution started, and how long it took to complete
837837
** A brief explanation of what the {es} queries do
838-
** The actual {es} queries that the rule submits to indices containing events that are used during rule execution
838+
** The actual {es} queries that the rule submits to indices containing events that are used during the rule execution
839839
+
840840
TIP: Run the queries in Dev Tools (**{kib}** -> **Management** -> **Dev Tools**) 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.

docs/serverless/rules/rules-ui-create.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ To interact with the rule preview:
883883
This option is only offered for ((esql)) and event correlation rules.
884884
</DocCallOut>
885885

886-
When previewing a rule, you can also learn about its ((es)) queries, which are submitted when the rule runs. This information can be helpful for identifying and troubleshooting potential rule issues. You can also use it to confirm that your rule is retrieving the expected data.
886+
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.
887887

888888
To learn more about your rule's ((es)) queries, preview its results and do the following:
889889

@@ -892,7 +892,7 @@ To learn more about your rule's ((es)) queries, preview its results and do the f
892892
1. Expand each row to learn more about the ((es)) queries that the rule submits each time it executes. The following details are provided:
893893
* When it started, and how long it took to complete
894894
* A brief explanation of what the ((es)) queries do
895-
* The actual ((es)) queries that the rule submits to indices containing events that are used during rule execution
895+
* The actual ((es)) queries that the rule submits to indices containing events that are used during the rule execution
896896

897897
<DocCallOut title="Tip">
898898
Run the queries in Console (**Developer tools** -> **Console**) 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)