Skip to content
Merged
Changes from 2 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
9 changes: 4 additions & 5 deletions solutions/security/ai/ai-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ The Elastic AI Assistant is designed to enhance your analysis with smart dialogu
::::

::::{admonition} Requirements
* {{stack}} users: {{stack}} version 8.8.1 or later. Also note the Generative AI connector was renamed to OpenAI connector in 8.11.0.
* {{stack}} users: an [Enterprise subscription](https://www.elastic.co/pricing).
* {{serverless-short}} users: a [Security Analytics Complete subscription](/deploy-manage/deploy/elastic-cloud/project-settings.md).
* {applies_to}`stack: ga` An [Enterprise subscription](https://www.elastic.co/pricing).
* {applies_to}`serverless: ga` A [Security Analytics Complete subscription](/deploy-manage/deploy/elastic-cloud/project-settings.md).
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* {applies_to}`serverless: ga` A [Security Analytics Complete subscription](/deploy-manage/deploy/elastic-cloud/project-settings.md).
* {applies_to}`serverless: ga` An {{sec-serverless}} project with the [Security Analytics Complete feature tier](/deploy-manage/deploy/elastic-cloud/project-settings.md).

This is a feature tier, not a subscription - found a couple of other occurrences #2768

Copy link
Member

Choose a reason for hiding this comment

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

The new EASE tier also supports assistant functionality.

* To use AI Assistant, the **Elastic AI Assistant : All** and **Actions and Connectors : Read** [privileges](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md).
* To set up AI Assistant, the **Actions and Connectors : All** [privilege](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md).
* A [generative AI connector](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md), which AI Assistant uses to generate responses.

* An [inference endpoint](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md) and [Machine Learning node](/explore-analyze/machine-learning/setting-up-machine-learning.md).
Copy link
Member

Choose a reason for hiding this comment

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

Couple notes here:

The default inference endpoints provided are what are used out of the box (either .elser-2-elasticsearch as you linked or .multilingual-e5-small-elasticsearch coming up in 9.2) , so while necessary, they don't need to manually create one. The ML node being available (with enough memory) is sufficient.

And WRT the ML Node, this is implicit on serverless. ML Nodes + autoscaling are enabled by default, so they don't need to do anything other than be on the Security Complete/EASE tier.

::::

## Your data and AI Assistant [data-information]
Expand Down Expand Up @@ -183,4 +182,4 @@ In addition to practical advice, AI Assistant can offer conceptual advice, tips,

- For more information about how AI Assistant works in Observability and Search, refer to [{{obs-ai-assistant}}](/solutions/observability/observability-ai-assistant.md).

The capabilities and ways to interact with AI Assistant can differ for each solution. For more information about how AI Assistant works in Observability and Search, refer to [{{obs-ai-assistant}}](/solutions/observability/observability-ai-assistant.md).
The capabilities and ways to interact with AI Assistant can differ for each solution. For more information about how AI Assistant works in Observability and Search, refer to [{{obs-ai-assistant}}](/solutions/observability/observability-ai-assistant.md).
Loading