[Agent Builder][Obs AI] AI Insights common elements#244579
Merged
viduni94 merged 14 commits intoelastic:mainfrom Nov 28, 2025
Merged
[Agent Builder][Obs AI] AI Insights common elements#244579viduni94 merged 14 commits intoelastic:mainfrom
viduni94 merged 14 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ai-team (Team:obs-ai) |
sorenlouv
reviewed
Nov 27, 2025
x-pack/solutions/observability/packages/agent-builder/src/components/ai_insight.tsx
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Nov 27, 2025
.../solutions/observability/packages/agent-builder/src/components/start_conversation_button.tsx
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Nov 27, 2025
x-pack/solutions/observability/plugins/observability_agent/server/attachments/ai_insight.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Nov 27, 2025
x-pack/solutions/observability/plugins/observability_agent/server/attachments/ai_insight.ts
Outdated
Show resolved
Hide resolved
sorenlouv
reviewed
Nov 27, 2025
x-pack/solutions/observability/plugins/observability_agent/server/attachments/ai_insight.ts
Outdated
Show resolved
Hide resolved
sorenlouv
approved these changes
Nov 27, 2025
Contributor
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Public APIs missing exports
History
cc @viduni94 |
tkajtoch
pushed a commit
to tkajtoch/kibana
that referenced
this pull request
Dec 1, 2025
Closes elastic/obs-ai-team#423 ## Summary This PR adds the common UI components and the common attachment for Observability AI Insights with Agent Builder. ### 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] 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) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Dec 2, 2025
Closes elastic/obs-ai-team#423 ## Summary This PR adds the common UI components and the common attachment for Observability AI Insights with Agent Builder. ### 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] 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) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
JordanSh
pushed a commit
to JordanSh/kibana
that referenced
this pull request
Dec 9, 2025
Closes elastic/obs-ai-team#423 ## Summary This PR adds the common UI components and the common attachment for Observability AI Insights with Agent Builder. ### 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] 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) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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.
Closes https://github.com/elastic/obs-ai-team/issues/423
Summary
This PR adds the common UI components and the common attachment for Observability AI Insights with Agent Builder.
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.