-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Logs Explorer] Flyout details ai assistant registration #170658
[Logs Explorer] Flyout details ai assistant registration #170658
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
/oblt-cli |
x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx
Show resolved
Hide resolved
x-pack/plugins/log_explorer/public/customizations/custom_flyout_content.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work mate, 💯 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm deferring to @achyutjhunjhunwala's review. This is just to work around the stale code owner assignments.
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
📓 Summary
Closes #169506
This PR introduces a mechanism to apply customizations on the LogExplorer component.
The first necessary customization which is implemented is for the flyout detail, allowing the consumer to display additional content on top of what is already displayed.
This is a temporary solution which will be updated and embedded in a more structured customization system as a result of the work done for #165255.
The current solution creates already a context to allow granular consumption of the customizations only for those subtrees where a specific customization should apply.
The LogAIAssistant is used to customize the current LogExplorer as the first usage of this customization.
Screen.Recording.2023-11-07.at.15.14.05.mov