Skip to content

Commit 45c41ae

Browse files
authored
Update DetectionRuleFile.cs (#1368)
1 parent bf7ad43 commit 45c41ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Elastic.Markdown/Extensions/DetectionRules/DetectionRuleFile.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ private string GetMarkdown()
5050
// language=markdown
5151
var markdown =
5252
"""
53-
# Detection Rules Overview
53+
# Prebuilt detection rules reference
54+
55+
:::{important}
56+
All prebuilt {{ml}} rules are tagged with `ML`, and their rule type is `machine_learning`. Before using prebuilt {{ml}} rules, ensure you have all of the appropriate requirements.
57+
:::
5458
5559
""";
5660

0 commit comments

Comments
 (0)