[8.19] [Logs] Replace log stream component (#219425)#224558
Merged
achyutjhunjhunwala merged 24 commits intoelastic:8.19from Jun 22, 2025
Merged
[8.19] [Logs] Replace log stream component (#219425)#224558achyutjhunjhunwala merged 24 commits intoelastic:8.19from
achyutjhunjhunwala merged 24 commits intoelastic:8.19from
Conversation
## Summary closes elastic/logs-dev#111 closes elastic#200668 closes elastic/opentelemetry-dev#792 closes elastic#89042 closes elastic#221746 closes elastic#91717 closes elastic#91717 The PR does the following - Enhances the `enableDocumentViewer` API in the Embeddable to also hide Quality issues and Stacktrace Columns for obs context when the expand icon is also hidden - Add a `Columns` Props the the embeddable so that a new profile is not required to be created when custom columns are required - Replaces Log Stream component in all remaining places - [x] APM - Transactions Details Page <img width="849" alt="image" src="https://github.com/user-attachments/assets/74e0469b-eecb-461f-98f5-5f0e51f30a59" /> - [x] Logs tab in the hosts' view page <img width="1546" alt="image" src="https://github.com/user-attachments/assets/aae48330-42ca-4717-8cba-cc9974842045" /> - [x] Logs Tab in Host Detail view <img width="2559" alt="image" src="https://github.com/user-attachments/assets/c0184098-f4f7-437f-beb2-c0931ddd1a6a" /> - [x] Logs Tab in the Flyout from the main Hosts page <img width="2547" alt="image" src="https://github.com/user-attachments/assets/3578022c-1ac2-4ad2-9968-e472926544a3" /> - [x] Fleet Agent Logs <img width="722" alt="image" src="https://github.com/user-attachments/assets/78e66fa6-7872-482e-ba6d-80f10c5e3c4b" /> - [x] Logs Categories Page <img width="1348" alt="image" src="https://github.com/user-attachments/assets/395e531c-f31e-4316-9604-ee08263c0083" /> ## What's Pending ? Code for the old Log Stream Component will be cleaned up in the following PR --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit d9ebb93) # Conflicts: # x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.test.tsx # x-pack/platform/plugins/shared/fleet/public/plugin.ts # x-pack/platform/plugins/shared/fleet/tsconfig.json # x-pack/solutions/observability/plugins/infra/public/components/asset_details/tabs/logs/logs.tsx # x-pack/solutions/observability/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_link_to_stream.tsx # x-pack/solutions/observability/plugins/infra/public/plugin.ts # x-pack/solutions/observability/plugins/infra/tsconfig.json
6 tasks
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
juliaElastic
approved these changes
Jun 19, 2025
…iscover to Explorer
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
async chunk count
References to deprecated APIs
History
|
achyutjhunjhunwala
added a commit
that referenced
this pull request
Jul 9, 2025
… on 8.19 (#226272) ## Summary As part of #224558, Log Stream was removed from 8.19. But it must stay in 8.19 behind the Kibana Advance Settings and only be removed in 9.1 . This PR brings back the page and its corresponding FTR tests ## With Kibana Advance Setting - On <img width="2544" alt="image" src="https://github.com/user-attachments/assets/d81d4407-9861-4d73-b899-267da51df71b" /> ## With Kibana Advance Setting - Off <img width="1145" alt="image" src="https://github.com/user-attachments/assets/042aa0e9-9d6e-434c-ae91-c5e667800e3b" />
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
mainto8.19:Questions ?
Please refer to the Backport tool documentation