Skip to content

Commit fed5507

Browse files
authored
Adds cross-links for AI Assistant docs (#2666)
Fixes [5455](elastic/security-docs/issues/5455) and fixes #2665. Preliminary step to make AI Assistant content more findable. Adds some more links to related content that's currently siloed, and makes some minor edits to the solution-agnostic AI Assistant page. Also adds the Elastic Managed LLM to the Security LLM connector setup guides landing page (#2665).
1 parent 98e775f commit fed5507

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

explore-analyze/ai-assistant.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,33 @@ applies_to:
1212
products:
1313
- id: kibana
1414
- id: observability
15+
- id: security
1516
- id: cloud-serverless
1617
---
1718

1819
# AI assistant
1920

2021
$$$token-limits$$$
2122

22-
**AI Assistant** is a chat-based interactive tool to help you with a variety of tasks related to Elasticsearch and Kibana, including:
23+
**AI Assistant** is a chat-based interactive tool that can help with a variety of tasks throughout Elasticsearch and Kibana, including:
2324

2425
- **Constructing queries**: Assists you in building queries to search and analyze your data, including converting queries from other languages to [ES|QL](query-filter/languages/esql.md).
2526
- **Indexing data**: Guides you on how to index data into Elasticsearch.
2627
- **Using APIs**: Calls Elasticsearch APIs on your behalf if you need specific operations performed.
2728
- **Generating sample data**: Helps you create sample data for testing and development purposes.
2829
- **Visualizing and analyzing data**: Assists you in creating visualizations and analyzing your data using Kibana.
2930
- **Troubleshooting**: Explains errors, messages, and suggests remediation.
31+
- **Investigating threats**: Helps analyze potential attacks, provides threat research, and assists with alert triage.
3032

31-
AI Assistant requires specific privileges and a generative AI connector.
32-
33-
% Check [Configure AI Assistant](../deploy-manage/) for more details on how to enable and configure it.
34-
35-
The capabilities and ways to interact with AI Assistant can differ for each solution. Find more information in the respective solution docs:
33+
AI Assistant requires specific privileges and a large language model (LLM) connector. The capabilities and ways to interact with AI Assistant can differ for each solution. To learn more about how it works in each solution, refer to:
3634

3735
- [{{obs-ai-assistant}}](../solutions/observability/observability-ai-assistant.md)
3836
- [AI Assistant for Security](../solutions/security/ai/ai-assistant.md)
3937

38+
To learn more about configuring LLM connectors, refer to:
39+
40+
- [Enable LLM access](../solutions/security/ai/set-up-connectors-for-large-language-models-llm.md)
41+
4042
## Prompt best practices [rag-for-esql]
4143
Elastic AI Assistant allows you to take full advantage of the Elastic platform to improve your operations. It can help you write an ES|QL 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.
4244

solutions/observability/observability-ai-assistant.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,8 @@ Anonymization has the following limitations:
530530
### Token limits [obs-ai-token-limits]
531531

532532
Most LLMs have a set number of tokens they can manage in single a conversation. When you reach the token limit, the LLM will throw an error, and Elastic will display a "Token limit reached" error in Kibana. The exact number of tokens that the LLM can support depends on the LLM provider and model you’re using. If you use an OpenAI connector, monitor token utilization in **OpenAI Token Usage** dashboard. For more information, refer to the [OpenAI Connector documentation](kibana://reference/connectors-kibana/openai-action-type.md#openai-connector-token-dashboard).
533+
534+
535+
## AI Assistant for Security
536+
537+
The capabilities and ways to interact with AI Assistant can differ for each solution. For more information about how AI Assistant works in {{elastic-sec}}, refer to [AI Assistant for Security](/solutions/security/ai/ai-assistant.md).

solutions/security/ai/ai-assistant.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,10 @@ In addition to practical advice, AI Assistant can offer conceptual advice, tips,
177177

178178
* “How do I set up a {{ml}} job in {{elastic-sec}} to detect anomalies in network traffic volume over time?”
179179
* “I need to monitor for unusual file creation patterns that could indicate ransomware activity. How would I construct this query using EQL?”
180+
181+
182+
## Learn more
183+
184+
- For more information about how AI Assistant works in Observability and Search, refer to [{{obs-ai-assistant}}](/solutions/observability/observability-ai-assistant.md).
185+
186+
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).

solutions/security/ai/set-up-connectors-for-large-language-models-llm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ products:
1919
Different LLMs have varying performance when used to power different features and use-cases. For more information about how various models perform on different tasks in {{elastic-sec}}, refer to the [Large language model performance matrix](/solutions/security/ai/large-language-model-performance-matrix.md).
2020
:::
2121

22+
## Elastic Managed LLM
23+
24+
:::{include} ../../_snippets/elastic-managed-llm.md
25+
:::
26+
2227
## Connect to a third-party LLM
2328

2429
Follow these guides to connect to one or more third-party LLM providers:

0 commit comments

Comments
 (0)