[9.0] [Obs AI Assistant] Add Elastic Managed LLM tour callout (#220782)#223283
Merged
viduni94 merged 6 commits intoelastic:9.0from Jun 11, 2025
Merged
[9.0] [Obs AI Assistant] Add Elastic Managed LLM tour callout (#220782)#223283viduni94 merged 6 commits intoelastic:9.0from
viduni94 merged 6 commits intoelastic:9.0from
Conversation
Closes elastic/obs-ai-team#253 Closes elastic/obs-ai-team#252 Closes elastic/obs-ai-team#250 Closes elastic/obs-ai-team#251 ## Summary 1. Added Elastic Managed LLM connector via a tour callout when the connector is present. This will be included in the AI Assistant flyout, AI Assistant page and contextual insights. 2. Added a callout in the conversation when the Elastic Managed LLM is being used 3. Added `Manage Connectors` to contextual insights action menu 4. Added `AI Connector` updates to settings. ## How to enable the Elastic LLM Connector for testing 1. Run command - `VAULT_ADDR={...} vault login -method oidc` 2. Run command - `node scripts/eis.js` (This will output the config for the connector which needs to be pasted to `kibana.dev.yml`) 3. Run Elasticsearch - `yarn es snapshot --license trial -E xpack.inference.elastic.url=http://localhost:8443/` 4. Start Kibana as usual 5. Run `yarn run ts-node --transpile-only x-pack/solutions/observability/packages/kbn-genai-cli/recipes/hello_world.ts` to test whether it works correctly. 6. The connector should be visible in the connectors list in Kibana and in the AI Assistant ## Screenshots ### Flyout <img width="544" alt="image" src="https://github.com/user-attachments/assets/e9f454e1-dcfe-4cf5-9929-77282764a8ce" /> ### Page <img width="1684" alt="image" src="https://github.com/user-attachments/assets/aac7c329-9918-4626-9fe9-5682902000fe" /> ### Contextual insights in APM <img width="1098" alt="image" src="https://github.com/user-attachments/assets/9eca3d33-b7ea-4128-a7de-d1b4776d8a8e" /> ### Callout within the conversation <img width="674" alt="image" src="https://github.com/user-attachments/assets/5c0b3933-b253-474e-92a5-d8793ebff819" /> <img width="904" alt="image" src="https://github.com/user-attachments/assets/2ca1ffef-0fcb-4d4f-addf-20c4927b7db0" /> ### Updates to AI connector title, description and buttons in Settings <img width="959" alt="image" src="https://github.com/user-attachments/assets/838d651d-319b-4637-a522-dc80d01bb11e" /> ### `Manage Connectors` link to contextual insights  ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit cf4d23a) # Conflicts: # x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx # x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_header.tsx # x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_timeline.tsx # x-pack/platform/packages/shared/kbn-ai-assistant/src/knowledge_base/knowledge_base_installation_status_panel.tsx # x-pack/platform/packages/shared/kbn-ai-assistant/tsconfig.json # x-pack/platform/plugins/private/observability_ai_assistant_management/public/routes/components/settings_tab/settings_tab.test.tsx # x-pack/platform/plugins/private/observability_ai_assistant_management/public/routes/components/settings_tab/settings_tab.tsx # x-pack/platform/plugins/shared/observability_ai_assistant/tsconfig.json
Contributor
|
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
3 tasks
eleonoramicozzi
approved these changes
Jun 10, 2025
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
|
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Backport
This will backport the following commits from
mainto9.0:Questions ?
Please refer to the Backport tool documentation