Fix Logs tab performance issues#253326
Conversation
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
rmyz
left a comment
There was a problem hiding this comment.
Since this is a fix, we could backport it to 9.2 and 9.3 as well
| {selectedTabId === TabIds.METRICS && <MetricsGrid />} | ||
| {selectedTabId === TabIds.LOGS && <LogsTabContent />} | ||
| {selectedTabId === TabIds.ALERTS && <AlertsTabContent />} |
There was a problem hiding this comment.
Maybe we could only recreate the Logs tab?
There was a problem hiding this comment.
Done, also tackled this in the Assets Details Page
crespocarlos
left a comment
There was a problem hiding this comment.
Thanks for fixing this.
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
cc @sbelastic |
|
Starting backport for target branches: 8.19, 9.2, 9.3 https://github.com/elastic/kibana/actions/runs/22176602841 |
Closes elastic#252094 ## Summary - The **Logs** Tab will **always unmount** after changing/selecting another tab in the following pages: - Assets Details Page - Hosts Details Page (cherry picked from commit c18fcd8)
Closes elastic#252094 ## Summary - The **Logs** Tab will **always unmount** after changing/selecting another tab in the following pages: - Assets Details Page - Hosts Details Page (cherry picked from commit c18fcd8)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.2`: - [Fix Logs tab performance issues (#253326)](#253326) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Samuel Brito","email":"samuel.brito@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T09:44:48Z","message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0","Team:obs-presentation"],"title":"Fix Logs tab performance issues","number":253326,"url":"https://github.com/elastic/kibana/pull/253326","mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253326","number":253326,"mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}}]}] BACKPORT--> Co-authored-by: Samuel Brito <samuel.brito@elastic.co>
Closes elastic#252094 - The **Logs** Tab will **always unmount** after changing/selecting another tab in the following pages: - Assets Details Page - Hosts Details Page (cherry picked from commit c18fcd8)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.3`: - [Fix Logs tab performance issues (#253326)](#253326) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Samuel Brito","email":"samuel.brito@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T09:44:48Z","message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0","Team:obs-presentation"],"title":"Fix Logs tab performance issues","number":253326,"url":"https://github.com/elastic/kibana/pull/253326","mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253326","number":253326,"mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}}]}] BACKPORT--> Co-authored-by: Samuel Brito <samuel.brito@elastic.co>
# Backport This will backport the following commits from `main` to `8.19`: - [Fix Logs tab performance issues (#253326)](#253326) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Samuel Brito","email":"samuel.brito@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T09:44:48Z","message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.4.0","Team:obs-presentation","v9.2.6"],"title":"Fix Logs tab performance issues","number":253326,"url":"https://github.com/elastic/kibana/pull/253326","mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253326","number":253326,"mergeCommit":{"message":"Fix Logs tab performance issues (#253326)\n\nCloses https://github.com/elastic/kibana/issues/252094\n\n## Summary\n- The **Logs** Tab will **always unmount** after changing/selecting\nanother tab in the following pages:\n - Assets Details Page\n - Hosts Details Page","sha":"c18fcd802a58035087bc1b2a4ec00a8039077d02"}},{"branch":"9.2","label":"v9.2.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/253918","number":253918,"state":"MERGED","mergeCommit":{"sha":"059c9445a894d6c80a7b5d28275336443d1b7225","message":"[9.2] Fix Logs tab performance issues (#253326) (#253918)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.2`:\n- [Fix Logs tab performance issues\n(#253326)](https://github.com/elastic/kibana/pull/253326)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Samuel Brito <samuel.brito@elastic.co>"}},{"url":"https://github.com/elastic/kibana/pull/253919","number":253919,"branch":"9.3","state":"OPEN"}]}] BACKPORT-->
Closes elastic#252094 ## Summary - The **Logs** Tab will **always unmount** after changing/selecting another tab in the following pages: - Assets Details Page - Hosts Details Page
Closes #252094
Summary