You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: explore-analyze/ai-assistant.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,31 +12,33 @@ applies_to:
12
12
products:
13
13
- id: kibana
14
14
- id: observability
15
+
- id: security
15
16
- id: cloud-serverless
16
17
---
17
18
18
19
# AI assistant
19
20
20
21
$$$token-limits$$$
21
22
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:
23
24
24
25
-**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).
25
26
-**Indexing data**: Guides you on how to index data into Elasticsearch.
26
27
-**Using APIs**: Calls Elasticsearch APIs on your behalf if you need specific operations performed.
27
28
-**Generating sample data**: Helps you create sample data for testing and development purposes.
28
29
-**Visualizing and analyzing data**: Assists you in creating visualizations and analyzing your data using Kibana.
29
30
-**Troubleshooting**: Explains errors, messages, and suggests remediation.
31
+
-**Investigating threats**: Helps analyze potential attacks, provides threat research, and assists with alert triage.
30
32
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:
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.
Copy file name to clipboardExpand all lines: solutions/observability/observability-ai-assistant.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -530,3 +530,8 @@ Anonymization has the following limitations:
530
530
### Token limits [obs-ai-token-limits]
531
531
532
532
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).
Copy file name to clipboardExpand all lines: solutions/security/ai/ai-assistant.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,3 +177,10 @@ In addition to practical advice, AI Assistant can offer conceptual advice, tips,
177
177
178
178
* “How do I set up a {{ml}} job in {{elastic-sec}} to detect anomalies in network traffic volume over time?”
179
179
* “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).
Copy file name to clipboardExpand all lines: solutions/security/ai/set-up-connectors-for-large-language-models-llm.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ products:
19
19
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).
0 commit comments