From fcacee18483ebe760cd307c855f3eea991b539ad Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:25:30 -0400 Subject: [PATCH] [8.13] Add statement about defining security rules (#178463) (#178466) # Backport This will backport the following commits from `main` to `8.13`: - [Add statement about defining security rules (#178463)](https://github.com/elastic/kibana/pull/178463) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: DeDe Morton --- docs/user/alerting/rule-types.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/alerting/rule-types.asciidoc b/docs/user/alerting/rule-types.asciidoc index 4791dd4521c5..c7bd85fa20ed 100644 --- a/docs/user/alerting/rule-types.asciidoc +++ b/docs/user/alerting/rule-types.asciidoc @@ -3,7 +3,8 @@ == Rule types A rule is a set of <>, <>, and <> that enable notifications. {kib} provides rules built into the {stack} and rules registered by one of the {kib} apps. -You can create most rules types in < {rules-ui}>>. For information on creating security rules, refer to {security-guide}/rules-ui-create.html[Create a detection rule]. +You can create most rules types in < {rules-ui}>>. +Security rules must be defined in the Security app. For more information, refer to the documentation about {security-guide}/rules-ui-create.html[creating a detection rule]. [NOTE] ==============================================