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
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: explore-analyze/query-filter.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ You’ll use a combination of an API endpoint and a query language to interact w
26
26
27
27
- A number of [tools](/explore-analyze/query-filter/tools.md) are available for you to save, debug, and optimize your queries.
28
28
29
-
% todo: update link to the best target
30
-
If you're just getting started with Elasticsearch, try the hands-on [API quickstart](/solutions/search/elasticsearch-basics-quickstart.md) to learn how to add data and run basic searches using Query DSL and the `_search` endpoint.
29
+
If you're just getting started with {{es}}, try the hands-on [](/solutions/search/get-started/index-basics.md) to learn how to add data and run basic searches using Query DSL and the `_search` endpoint.
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/search/api-quickstarts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Prefer working in Python? Check out our executable [Python notebooks](https://gi
15
15
16
16
Use the following quickstarts to get hands-on experience with Elasticsearch APIs and tools:
17
17
18
-
-[Index and search data using Elasticsearch APIs](elasticsearch-basics-quickstart.md): Learn about indices, documents, and mappings, and perform a basic search using the Query DSL.
18
+
-[Index and search data using Elasticsearch APIs](get-started/index-basics.md): Learn about indices, documents, and mappings, and perform a basic search using the Query DSL.
19
19
-[Basic full-text search and filtering in Elasticsearch](querydsl-full-text-filter-tutorial.md): Learn about different options for querying data, including full-text search and filtering, using the Query DSL.
20
20
-[Analyze eCommerce data with aggregations using Query DSL](/explore-analyze/query-filter/aggregations/tutorial-analyze-ecommerce-data-with-aggregations-using-query-dsl.md): Learn how to analyze data using different types of aggregations, including metrics, buckets, and pipelines.
21
21
% - [Getting started with {{esql}}](esql-getting-started.md): Learn how to query and aggregate your data using {{esql}}.
0 commit comments