From 529cc20b348cb89173d834eaa47583f387d04288 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 25 Nov 2024 11:33:52 -0500 Subject: [PATCH 1/2] First draft --- docs/serverless/rules/about-rules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serverless/rules/about-rules.asciidoc b/docs/serverless/rules/about-rules.asciidoc index 08f6bb88de..81caacd09d 100644 --- a/docs/serverless/rules/about-rules.asciidoc +++ b/docs/serverless/rules/about-rules.asciidoc @@ -74,7 +74,7 @@ For both prebuilt and custom rules, you can send notifications when alerts are c [[alerting-authorization-model]] == Authorization -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. +Rules, including all background detection and the actions they generate, are authorized using an <> 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. [IMPORTANT] ==== From 141553d9cde4d6c832efb43f677285f4e6460b3e Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 18 Dec 2024 18:27:29 -0500 Subject: [PATCH 2/2] updates note --- docs/serverless/rules/about-rules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serverless/rules/about-rules.asciidoc b/docs/serverless/rules/about-rules.asciidoc index 81caacd09d..3242608e49 100644 --- a/docs/serverless/rules/about-rules.asciidoc +++ b/docs/serverless/rules/about-rules.asciidoc @@ -61,7 +61,7 @@ When you create a rule, you must either specify the {es} index pattens for which [NOTE] ==== -To access data views, ensure you have the {kibana-ref}/data-views.html#data-views-read-only-access[required permissions]. +To access data views, you need either the appropriate <> or a <> with the right privileges. ==== [discrete]