Skip to content

Commit dedff55

Browse files
Add Elastic Managed LLM known issue (#2112)
This PR closes [Issue 2088](#2088) and adds the known issues page to the new docs, and adds a known issue regarding Elastic Managed LLM being automatically selected as default collector. --------- Co-authored-by: Viduni Wickramarachchi <viduni.ushanka@gmail.com>
1 parent 7214ab4 commit dedff55

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
navigation_title: Known issues
3+
---
4+
5+
# {{observability}} known issues [elastic-observability-known-issues]
6+
Known issues are significant defects or limitations that may impact your implementation. These issues are actively being worked on and will be addressed in a future release. Review the {{observability}} known issues to help you make informed decisions, such as upgrading to a new version.
7+
8+
% Use the following template to add entries to this page.
9+
10+
% :::{dropdown} Title of known issue
11+
% Applies to: Applicable versions for the known issue
12+
% Description of the known issue.
13+
% For more information, check [Issue #](Issue link).
14+
% **Impact**<br> Impact of the known issue.
15+
% **Workaround**<br> Steps for a workaround until the known issue is fixed.
16+
17+
% :::
18+
19+
:::{dropdown} Observability AI Assistant - Elastic Managed LLM may be automatically selected as default connector
20+
21+
Applies to: {{stack}} 9.x
22+
23+
The Elastic Managed LLM may be automatically selected as your default connector because of existing connector selection logic.
24+
This can occur if you had not previously specified a connector for any of the following reasons:
25+
26+
* You only had one connector available and it was always automatically picked for your conversations.
27+
* You had multiple connectors available but didn’t make a specific selection and used the automatically picked connector for your conversations.
28+
* You previously selected a connector but cleared your browser's local storage or switched browsers or devices.
29+
30+
*And:*
31+
32+
* All of your existing connector names come after the “Elastic Managed LLM connector" when sorted alphabetically.
33+
34+
For more information, check [#2088](https://github.com/elastic/docs-content/issues/2088)
35+
36+
::::
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
toc:
22
- file: index.md
3+
- file: known-issues.md
34
- file: breaking-changes.md
45
- file: deprecations.md

0 commit comments

Comments
 (0)