Skip to content

[Security Solution Docs] [AI Assistant] Include documentation about global security AI assistant #2176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions solutions/_snippets/ai-assistant-visibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
You can configure AI Assistant visibility settings in **Stack Management → Advanced Settings → AI Assistant visibility**. These settings control where the AI Assistants appear across Kibana. Depending on your environment, the available options may include:

- Only show assistants in their solutions (default)
- Show the Observability and Search AI Assistant in other apps
- Show the Security AI Assistant in other apps
- Hide all assistants

Choose the option that best fits your workflow.
9 changes: 9 additions & 0 deletions solutions/security/ai/ai-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ When you include a particular event as context, such as an alert from the Alerts

The **Knowledge base** tab of the **Security AI settings** page allows you to enable AI Assistant to remember specified information, and use it as context to improve response quality. To learn more, refer to [AI Assistant Knowledge Base](/solutions/security/ai/ai-assistant-knowledge-base.md).

### AI Assistant visibility [ai-assistant-visibility]
```{applies_to}
stack: ga 9.1
serverless: ga
```
:::{include} ../../_snippets/ai-assistant-visibility.md
:::
If you select the option to show the Security AI Assistant in other apps, the Security AI Assistant becomes **accessible outside of the Security solution**, for example, in Discover. The chat history remains persistent and is available no matter where you access the assistant within Kibana.

Comment on lines +164 to +172
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @benironside please review.

LGTM.

### Get the most from your queries [rag-for-esql]

Elastic AI Assistant allows you to take full advantage of the {{elastic-sec}} platform to improve your security operations. It can help you write an {{esql}} query for a particular use case, or answer general questions about how to use the platform. Its ability to assist you depends on the specificity and detail of your questions. The more context and detail you provide, the more tailored and useful its responses will be.
Expand Down
Loading