Skip to content

Commit 50a360c

Browse files
authored
Merge branch 'main' into remove-unused-files
2 parents a98e791 + 7a56a71 commit 50a360c

File tree

4 files changed

+36
-8
lines changed

4 files changed

+36
-8
lines changed

deploy-manage/cloud-organization/billing/elasticsearch-billing-dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For detailed {{es-serverless}} project rates, refer to the [{{es-serverless}} pr
3333
* **Indexing:** The VCUs used to index incoming documents. Indexing VCUs account for compute resources consumed for ingestion. This is based on ingestion rate and amount of data ingested at any given time. Transforms and ingest pipelines also contribute to ingest VCU consumption.
3434
* **Search:** The VCUs used to return search results with the latency and queries per second (QPS) you require. Search VCUs are calculated as a factor of the compute resources needed to run search queries, search throughput, and latency. Search VCUs are not charged per search request. Instead, they are a factor of the compute resources that scale up and down based on amount of searchable data, search load (QPS), and performance (latency and availability).
3535
* **Machine learning:** The VCUs used to perform inference, NLP tasks, and other ML activities. ML VCUs are a factor of the models deployed and number of ML operations such as inference for search and ingest. ML VCUs are typically consumed for generating embeddings during ingestion and during semantic search or reranking.
36-
* **Tokens:** The Elastic Managed LLM is charged per 1 million input and output tokens. The LLM powers all AI Search features such as Playground and AI Assistant for Search and is enabled by default.
36+
* **Tokens:** [The Elastic Inference Service](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis) is charged based on tokens used with machine learning models. For embeddings and rerankers, usage is billed per million input tokens sent to the models. For LLMs, this is either per 1 million input or per 1 million output tokens. Elastic Managed LLMs can power all AI Search features (such as Playground and AI Assistant for Search), as well as features in the Security and Observability products, and are enabled by default.
3737

3838
## Data storage and billing [elasticsearch-billing-information-about-the-search-ai-lake-dimension-gb]
3939

manage-data/data-store/index-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Investigate your indices and perform operations from the **Indices** view.
110110

111111
* Enable **Include hidden indices** to view the full set of indices, including backing indices for [data streams](/manage-data/data-store/data-streams.md).
112112

113-
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow), a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps), or [frozen](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-unfreeze).
113+
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow) or a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps).
114114
::::
115115

116116
::::{tab-item} {{stack}}
@@ -131,7 +131,7 @@ Investigate your indices and perform operations from the **Indices** view.
131131

132132
* Enable **Include hidden indices** to view the full set of indices, including backing indices for [data streams](/manage-data/data-store/data-streams.md).
133133

134-
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow), a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps), or [frozen](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-unfreeze).
134+
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow) or a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps).
135135
::::
136136
:::::
137137

53.1 KB
Loading

solutions/observability/observability-ai-assistant.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To set up or use AI assistant, you need the following:
4040

4141
* An [LLM connector](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md)
4242

43-
* (Optional) To use [knowledge base](#obs-ai-add-data):
43+
* (Optional) To use [knowledge base](#obs-ai-add-data):
4444
- A 4 GB {{ml}} node
4545
:::{note}
4646
In {{ecloud}} or {{ece}}, if you have {{ml}} autoscaling enabled, {{ml}} nodes automatically start when using the knowledge base and AI Assistant. Therefore using these features incurs additional costs.
@@ -360,6 +360,38 @@ Additional functions are available when your cluster has APM data:
360360
`get_apm_services_list`
361361
: Get the list of monitored services, their health statuses, and alerts.
362362

363+
#### Share conversations
364+
365+
Conversations that you start with AI Assistant are private by default and not visible to other users in the space. Sharing conversations lets everyone in the space see what you've already asked or learned, making it easier to collaborate.
366+
367+
To change the visibility of a conversation:
368+
369+
1. Select the **Private** / **Shared** badge next to the conversation's title
370+
1. Use the dropdown menu to define the conversation's visibility.
371+
372+
:::{image} /solutions/images/obs-ai-assistant-shared-conversations.png
373+
:alt: AI Assistant chat with the sharing status dropdown open
374+
:screenshot:
375+
:::
376+
377+
After sharing a conversation, you can copy its URL and send the link to your team:
378+
379+
1. Open an AI Assistant chat.
380+
1. Open the **Conversation actions** ({icon}`boxes_vertical`) menu.
381+
1. Select **Copy URL**.
382+
383+
When someone shares a chat with you, you can view it, but you can't edit or continue the conversation. To continue the conversation where your colleague left off, duplicate the conversation.
384+
385+
To duplicate a conversation:
386+
387+
1. Open an AI Assistant chat.
388+
1. Open the **Conversation actions** ({icon}`boxes_vertical`) menu.
389+
1. Select **Duplicate**.
390+
391+
#### Archive conversations
392+
393+
The owner of a conversation can archive it by selecting **Archive** from the **Conversation actions** ({icon}`boxes_vertical`) menu. Once archived, a conversation can't be continued or edited unless it is unarchived. Unarchive a conversation by selecting **Unarchive** from the **Conversation actions** ({icon}`boxes_vertical`) menu.
394+
363395
### Use contextual prompts [obs-ai-prompts]
364396

365397
AI Assistant contextual prompts throughout {{observability}} provide the following information:
@@ -413,10 +445,6 @@ When the alert fires, contextual details about the event—such as when the aler
413445
:screenshot:
414446
:::
415447

416-
::::{important}
417-
Conversations created by the AI Assistant are public and accessible to every user with permissions to use the assistant.
418-
::::
419-
420448
It might take a minute or two for the AI Assistant to process the message and create the conversation.
421449

422450
Note that overly broad prompts may result in the request exceeding token limits. For more information, refer to [Token limits](#obs-ai-token-limits). Also, attempting to analyze several alerts in a single connector execution may cause you to exceed the function call limit. If this happens, modify the message specified in the connector configuration to avoid exceeding limits.

0 commit comments

Comments
 (0)