From a97ad2db2d977a1066077d63a142c056f01bd709 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:54:27 -0700 Subject: [PATCH] Mentions the new RBAC permission as a requirement for AI Assistant (#3809) * Mentions the new RBAC permission as a requirement for AI Assistant * Update docs/assistant/security-assistant.asciidoc * Update docs/assistant/security-assistant.asciidoc Co-authored-by: Joe Peeples * adds info about actions and connectors privileges --------- Co-authored-by: Joe Peeples (cherry picked from commit cb2867c9f39080ca41cfd08da97e01b6b32fda73) --- docs/assistant/security-assistant.asciidoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/assistant/security-assistant.asciidoc b/docs/assistant/security-assistant.asciidoc index d392a10958..961db21b07 100644 --- a/docs/assistant/security-assistant.asciidoc +++ b/docs/assistant/security-assistant.asciidoc @@ -22,11 +22,15 @@ This is an initial release of the Elastic AI Assistant, designed to enhance your .Requirements [sidebar] -- -* The Elastic AI Assistant and Generative AI connector are available in {stack} version 8.8.1 and later. +* The Elastic AI Assistant and Generative AI connector are available in {stack} versions 8.8.1 and later. * This feature requires an https://www.elastic.co/pricing[Enterprise subscription]. -* You must have an account with a third-party generative AI provider, which AI Assistant uses to generate responses. Supported providers are OpenAI and Azure OpenAI Service. +* To use AI Assistant, you need at least the **Elastic AI Assistant : All** and **Actions and Connectors : Read** {kibana-ref}/kibana-privileges.html[privileges]. + +* To set up AI Assistant, you need the **Actions and Connectors : All** {kibana-ref}/kibana-privileges.html[privilege]. + +* You need an account with a third-party generative AI provider, which AI Assistant uses to generate responses. Supported providers are OpenAI and Azure OpenAI Service. -- [discrete]