-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Discover] Adapt logs flyout to use the new content framework UI #234650
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
Merged
iblancof
merged 54 commits into
elastic:main
from
iblancof:233743-discover-adapt-logs-flyout-to-use-the-new-content-framework-ui
Sep 23, 2025
Merged
Changes from 33 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
12f6457
Update LogsOverviewHeader
iblancof a0a35dc
Add onToggle and forceState in ContentFrameworkSection
iblancof 168185c
Update LogsOverviewStacktraceSection
iblancof 5e3b81b
Manage separator in ContentFrameworkSection
iblancof 6d0bf8f
Add spacer to the ContentFrameworkSection
iblancof 396195f
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof d1f281f
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof b9b0a5d
Adapt highlights to new content framework
iblancof 43d9af8
Update text truncate in NamePopoverContent
iblancof 3f7c267
Extract data-test-subj as prop for TraceIdLink
iblancof 4bfba42
Extract data-test-subj as prop for ServiceNameLink
iblancof 7fe3acd
Add field type to NamePopoverContent
iblancof 6fc6eca
Remove service name link from logs overview
iblancof 4c665b9
Reorganize log overview
iblancof acf1f50
Update LogsOverviewDegradedFields to match ContentFramework UI
iblancof 3879280
Update DiscoverFlyoutStreamField to match ContentFramework UI)
iblancof 5ca23e9
Add function props to LogsOverviewHighlights
iblancof c94dba7
Add configuration for truncate value content
iblancof 7b8ffb1
Remove unused imports
iblancof 76ff72c
Fix beta badge alignment
iblancof ee9e8e5
Update table styles
iblancof c2fa690
Remove unused content
iblancof fc31cae
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof 3ca442b
Update streams links sizing
iblancof c575593
Update degraded fields text sizing
iblancof 4017f8b
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof 6269920
Update logs overview tests
iblancof 75fdea5
Refactor logs overview highlights
iblancof 1f37e15
Unify constants
iblancof 941a7f3
[CI] Auto-commit changed files from 'node scripts/yarn_deduplicate'
kibanamachine 49706b2
Clean translation keys
iblancof d7da6e6
Fix typing issues
iblancof 97c007e
Merge branch '233743-discover-adapt-logs-flyout-to-use-the-new-conten…
iblancof 02dd805
Create LazyContentFrameworkSection
iblancof a79c067
Fix ContentFrameworkSection imports
iblancof d1f518e
Refactor accordion state
iblancof 0b96352
Improve flex html structure in NamePopoverContent
iblancof 2ca38de
Make valueCellContent required
iblancof 97b8324
Extract field label and description to a common place
iblancof 6b82db3
Add missing export
iblancof 5180847
Update translations
iblancof 3c628de
Update NamePopoverContent tests
iblancof 9c1cfc3
Update src/platform/plugins/shared/unified_doc_viewer/public/componen…
iblancof e0184db
[CI] Auto-commit changed files from 'node scripts/eslint_all_files --…
kibanamachine 6267b28
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof d08ecdd
Update test
iblancof fa45cfd
Inlcude highlights in header section
iblancof b1652d7
Fix type issues
iblancof 4c4bf2a
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof d3d7fc3
Refactor logs overview types and tests
iblancof e4c2c06
Update section reference in tests
iblancof 3295964
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof 3ddd79d
Remove border bottom from last row
iblancof a0de7e4
Merge branch 'main' into 233743-discover-adapt-logs-flyout-to-use-the…
iblancof File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,5 @@ | |
| */ | ||
|
|
||
| export * from './table'; | ||
| export * from './section'; | ||
| export * from './chart'; | ||
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.