Skip to content

Commit 42f1798

Browse files
[Serverless]: Security – About detection rules (#6239)
* First draft * updates note
1 parent bfeb7b2 commit 42f1798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/serverless/rules/about-rules.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When you create a rule, you must either specify the {es} index pattens for which
6161

6262
[NOTE]
6363
====
64-
To access data views, ensure you have the {kibana-ref}/data-views.html#data-views-read-only-access[required permissions].
64+
To access data views, you need either the appropriate <<general-assign-user-roles,predefined Security user role>> or a <<custom-roles,custom role>> with the right privileges.
6565
====
6666

6767
[discrete]
@@ -74,7 +74,7 @@ For both prebuilt and custom rules, you can send notifications when alerts are c
7474
[[alerting-authorization-model]]
7575
== Authorization
7676

77-
Rules, including all background detection and the actions they generate, are authorized using an {kibana-ref}/api-keys.html[API key] associated with the last user to edit the rule. Upon creating or modifying a rule, an API key is generated for that user, capturing a snapshot of their privileges. The API key is then used to run all background tasks associated with the rule including detection checks and executing actions.
77+
Rules, including all background detection and the actions they generate, are authorized using an <<api-keys,API key>> associated with the last user to edit the rule. Upon creating or modifying a rule, an API key is generated for that user, capturing a snapshot of their privileges. The API key is then used to run all background tasks associated with the rule including detection checks and executing actions.
7878

7979
[IMPORTANT]
8080
====

0 commit comments

Comments
 (0)