Skip to content

Commit 8e355ce

Browse files
authored
Merge pull request #3806 from MicrosoftDocs/main
[AutoPublish] main to live - 05/16 04:29 PDT | 05/16 16:59 IST
2 parents 1703878 + bc49861 commit 8e355ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-xdr/custom-detection-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Once you click **Save**, the selected rules' frequency gets updated to Continuou
170170
You can run a query continuously as long as:
171171

172172
- The query references one table only.
173-
- The query uses an operator from the list of supported KQL operators. **[Supported KQL features](/azure/azure-monitor/essentials/data-collection-transformations-structure#supported-kql-features)**
173+
- The query uses an operator from the list of **[Supported KQL features](/azure/azure-monitor/essentials/data-collection-transformations-structure#supported-kql-features)**. (For `matches regex`, regular expressions must be encoded as string literals and follow the string quoting rules. For example, the regular expression `\A` is represented in KQL as `"\\A"`. The extra backslash indicates that the other backslash is part of the regular expression `\A`.)
174174
- The query doesn't use joins, unions, or the `externaldata` operator.
175175
- The query doesn't include any comments line/information.
176176

0 commit comments

Comments
 (0)