Skip to content

Conversation

@viduni94
Copy link
Contributor

@viduni94 viduni94 commented May 28, 2025

Summary

The AI Connector is being used to send requests to third party LLM providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as Use the Elastic Managed LLM for your chat and RAG use cases. only when the AI Connector is pre-configured.

If pre-configured:

image

If not pre-configured:

image image

Checklist

@viduni94 viduni94 self-assigned this May 28, 2025
@viduni94 viduni94 requested review from a team as code owners May 28, 2025 21:07
@viduni94 viduni94 added release_note:fix Team:Obs AI Assistant Observability AI Assistant backport:version Backport to applied version labels v9.0.3 v8.18.3 labels May 28, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant)

Copy link
Member

@qn895 qn895 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@doakalexi doakalexi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ResponseOps changes LGTM

viduni94 and others added 5 commits June 2, 2025 11:13
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update'
@angorayc
Copy link
Contributor

angorayc commented Jun 4, 2025

Hello, I have a question about the pre-configured connector flyout. This is the design I have, is this still true? Thanks!
https://www.figma.com/design/bvzOJpZmv0lwg8SaknsvGY/-8.18---GenAI--Elastic-provided-LLM-cost?node-id=2905-136&m=dev

PR: #221566

@viduni94
Copy link
Contributor Author

viduni94 commented Jun 4, 2025

Hello, I have a question about the pre-configured connector flyout. This is the design I have, is this still true? Thanks! https://www.figma.com/design/bvzOJpZmv0lwg8SaknsvGY/-8.18---GenAI--Elastic-provided-LLM-cost?node-id=2905-136&m=dev

PR: #221566

@angorayc I don't have access to the Figma file linked.

@angorayc
Copy link
Contributor

angorayc commented Jun 4, 2025

Hello, I have a question about the pre-configured connector flyout. This is the design I have, is this still true? Thanks! https://www.figma.com/design/bvzOJpZmv0lwg8SaknsvGY/-8.18---GenAI--Elastic-provided-LLM-cost?node-id=2905-136&m=dev
PR: #221566

@angorayc I don't have access to the Figma file linked.

Screenshot 2025-06-04 at 17 11 46

@viduni94
Copy link
Contributor Author

viduni94 commented Jun 4, 2025

Screenshot 2025-06-04 at 17 11 46

Thank you for the screenshot. I'm sorry, but the question is unclear to me. This PR updates the description of the connector based on whether it's pre-configured or not. Are you referring to anything specific in the connector?

@angorayc
Copy link
Contributor

angorayc commented Jun 5, 2025

Thank you for the screenshot. I'm sorry, but the question is unclear to me. This PR updates the description of the connector based on whether it's pre-configured or not. Are you referring to anything specific in the connector?

@viduni94 Sorry about not making the question clear. I meant, according to the screenshot you provided:
Screenshot 2025-06-05 at 10 24 12

I thought that is the same connector flyout referred here:

Screenshot 2025-06-04 at 17 11 46

I could see the sentence, font size are not not aligned, that's why I have the question if the design I have here is up to date? Do we still want to align with it?

As I have updated the sentence and styling in my PR according to the design I have, if we don't want the change, I'll have to revert them. Would you please also review my PR: #221566, thank you.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/alerts-ui-shared 293 294 +1
triggersActionsUi 537 538 +1
total +2

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
triggersActionsUi 1.5MB 1.5MB +51.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
stackConnectors 60.2KB 60.4KB +201.0B
Unknown metric groups

API count

id before after diff
@kbn/alerts-ui-shared 310 311 +1
triggersActionsUi 543 544 +1
total +2

History

cc @viduni94

@viduni94 viduni94 added release_note:skip Skip the PR/issue when compiling release notes and removed release_note:enhancement labels Jun 5, 2025
@viduni94
Copy link
Contributor Author

viduni94 commented Jun 5, 2025

As I have updated the sentence and styling in my PR according to the design I have, if we don't want the change, I'll have to revert them. Would you please also review my PR: #221566, thank you.

@angorayc I'm not sure about it. Could you check with the ai-infra team?

@viduni94 viduni94 merged commit 61a4466 into elastic:main Jun 5, 2025
13 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.18, 8.19, 9.0

https://github.com/elastic/kibana/actions/runs/15475914786

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jun 5, 2025
…ured connector (elastic#221860)

## Summary

The AI Connector is being used to send requests to third party LLM
providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as `Use the Elastic Managed LLM
for your chat and RAG use cases.` only when the AI Connector is
pre-configured.

## If pre-configured:

<img width="714" alt="image"
src="https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56"
/>

## If **not** pre-configured:

<img width="717" alt="image"
src="https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9"
/>

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4"
/>

### 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 <[email protected]>
(cherry picked from commit 61a4466)
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jun 5, 2025
…ured connector (elastic#221860)

## Summary

The AI Connector is being used to send requests to third party LLM
providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as `Use the Elastic Managed LLM
for your chat and RAG use cases.` only when the AI Connector is
pre-configured.

## If pre-configured:

<img width="714" alt="image"
src="https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56"
/>

## If **not** pre-configured:

<img width="717" alt="image"
src="https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9"
/>

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4"
/>

### 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 <[email protected]>
(cherry picked from commit 61a4466)
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Jun 5, 2025
…ured connector (elastic#221860)

## Summary

The AI Connector is being used to send requests to third party LLM
providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as `Use the Elastic Managed LLM
for your chat and RAG use cases.` only when the AI Connector is
pre-configured.

## If pre-configured:

<img width="714" alt="image"
src="https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56"
/>

## If **not** pre-configured:

<img width="717" alt="image"
src="https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9"
/>

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4"
/>

### 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 <[email protected]>
(cherry picked from commit 61a4466)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.18
8.19
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jun 5, 2025
…-configured connector (#221860) (#222884)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Obs AI Assistant] Update AI connector description for the
pre-configured connector
(#221860)](#221860)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Viduni
Wickramarachchi","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-06-05T19:48:29Z","message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs
AI
Assistant","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3"],"title":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector","number":221860,"url":"https://github.com/elastic/kibana/pull/221860","mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.0","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221860","number":221860,"mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Viduni Wickramarachchi <[email protected]>
kibanamachine added a commit that referenced this pull request Jun 5, 2025
…configured connector (#221860) (#222886)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Obs AI Assistant] Update AI connector description for the
pre-configured connector
(#221860)](#221860)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Viduni
Wickramarachchi","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-06-05T19:48:29Z","message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs
AI
Assistant","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3"],"title":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector","number":221860,"url":"https://github.com/elastic/kibana/pull/221860","mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.0","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221860","number":221860,"mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Viduni Wickramarachchi <[email protected]>
kibanamachine added a commit that referenced this pull request Jun 5, 2025
…-configured connector (#221860) (#222885)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Obs AI Assistant] Update AI connector description for the
pre-configured connector
(#221860)](#221860)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Viduni
Wickramarachchi","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-06-05T19:48:29Z","message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs
AI
Assistant","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3"],"title":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector","number":221860,"url":"https://github.com/elastic/kibana/pull/221860","mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.0","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221860","number":221860,"mergeCommit":{"message":"[Obs
AI Assistant] Update AI connector description for the pre-configured
connector (#221860)\n\n## Summary\n\nThe AI Connector is being used to
send requests to third party LLM\nproviders as well as the
Elastic-Managed LLM.\nTherefore, the description was updated as `Use the
Elastic Managed LLM\nfor your chat and RAG use cases.` only when the AI
Connector is\npre-configured.\n\n## If pre-configured:\n\n<img
width=\"714\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56\"\n/>\n\n\n##
If **not** pre-configured:\n\n<img width=\"717\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9\"\n/>\n\n<img
width=\"707\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4\"\n/>\n\n\n\n###
Checklist\n\n- [x] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[x] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [x] The PR
description includes the appropriate Release Notes section,\nand the
correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"61a44661060150673e304835d430c5ac0b9a2e5c"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Viduni Wickramarachchi <[email protected]>
pmuellr pushed a commit to pmuellr/kibana that referenced this pull request Jun 11, 2025
…ured connector (elastic#221860)

## Summary

The AI Connector is being used to send requests to third party LLM
providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as `Use the Elastic Managed LLM
for your chat and RAG use cases.` only when the AI Connector is
pre-configured.

## If pre-configured:

<img width="714" alt="image"
src="https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56"
/>


## If **not** pre-configured:

<img width="717" alt="image"
src="https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9"
/>

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4"
/>



### 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 <[email protected]>
nickpeihl pushed a commit to nickpeihl/kibana that referenced this pull request Jun 12, 2025
…ured connector (elastic#221860)

## Summary

The AI Connector is being used to send requests to third party LLM
providers as well as the Elastic-Managed LLM.
Therefore, the description was updated as `Use the Elastic Managed LLM
for your chat and RAG use cases.` only when the AI Connector is
pre-configured.

## If pre-configured:

<img width="714" alt="image"
src="https://github.com/user-attachments/assets/6f4195e5-b8f0-4b15-a63a-bde012ed1d56"
/>


## If **not** pre-configured:

<img width="717" alt="image"
src="https://github.com/user-attachments/assets/59fb691d-0e46-4967-85f7-f2e51931fee9"
/>

<img width="707" alt="image"
src="https://github.com/user-attachments/assets/0dc840ec-78f8-48e3-bc58-90f58af046b4"
/>



### 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes Team:Obs AI Assistant Observability AI Assistant v8.18.3 v8.19.0 v9.0.3 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants