Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…96587) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution] Event Renderer Virtualization (#193316)](#193316) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jatin Kathuria","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-16T17:53:49Z","message":"[Security Solution] Event Renderer Virtualization (#193316)\n\n## Summary\r\n\r\nThis PR implements virtualization when Event Renderers are enabled.\r\nIdeally from UX pespective nothing should change but from performance\r\nperspective, the event renderers should be scalable.\r\n\r\n### Testing checklist\r\n\r\n1. UX is working same as before when Event Renderers are enabled.\r\n2. Operations such as increasing page size from `10` to `100` are not\r\ntaking as much time as before. Below operations can be used to test.\r\n a. Closing / Opening Timeline\r\n b. Changes `Rows per page`\r\n c. Changes tabs from query to any other and back.\r\n\r\n### Before\r\nIn below video, you will notice how long it took to change `pageSize` to\r\n100 and all 100 rows are rendered at once.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/106669c9-bda8-4b7d-af3f-b64824bde397\r\n\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/356d9e1f-caf1-4f88-9223-0e563939bf6b\r\n\r\n\r\n\r\n> [!Note]\r\n> 1. Also test in small screen. The table should be scrollable but\r\nnothing out of ordinary.\r\n> 2. Additionally, try to load data which has `network_flow` process so\r\nas to create bigger and varied Event Renderers.\r\n\r\n---------\r\n\r\nCo-authored-by: Cee Chen <[email protected]>","sha":"fa92a8ede7bce32456e3d6a6307761b4209248f9","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["backport","release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","ci:project-deploy-security","v8.16.0"],"title":"[Security Solution] Event Renderer Virtualization","number":193316,"url":"https://github.com/elastic/kibana/pull/193316","mergeCommit":{"message":"[Security Solution] Event Renderer Virtualization (#193316)\n\n## Summary\r\n\r\nThis PR implements virtualization when Event Renderers are enabled.\r\nIdeally from UX pespective nothing should change but from performance\r\nperspective, the event renderers should be scalable.\r\n\r\n### Testing checklist\r\n\r\n1. UX is working same as before when Event Renderers are enabled.\r\n2. Operations such as increasing page size from `10` to `100` are not\r\ntaking as much time as before. Below operations can be used to test.\r\n a. Closing / Opening Timeline\r\n b. Changes `Rows per page`\r\n c. Changes tabs from query to any other and back.\r\n\r\n### Before\r\nIn below video, you will notice how long it took to change `pageSize` to\r\n100 and all 100 rows are rendered at once.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/106669c9-bda8-4b7d-af3f-b64824bde397\r\n\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/356d9e1f-caf1-4f88-9223-0e563939bf6b\r\n\r\n\r\n\r\n> [!Note]\r\n> 1. Also test in small screen. The table should be scrollable but\r\nnothing out of ordinary.\r\n> 2. Additionally, try to load data which has `network_flow` process so\r\nas to create bigger and varied Event Renderers.\r\n\r\n---------\r\n\r\nCo-authored-by: Cee Chen <[email protected]>","sha":"fa92a8ede7bce32456e3d6a6307761b4209248f9"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193316","number":193316,"mergeCommit":{"message":"[Security Solution] Event Renderer Virtualization (#193316)\n\n## Summary\r\n\r\nThis PR implements virtualization when Event Renderers are enabled.\r\nIdeally from UX pespective nothing should change but from performance\r\nperspective, the event renderers should be scalable.\r\n\r\n### Testing checklist\r\n\r\n1. UX is working same as before when Event Renderers are enabled.\r\n2. Operations such as increasing page size from `10` to `100` are not\r\ntaking as much time as before. Below operations can be used to test.\r\n a. Closing / Opening Timeline\r\n b. Changes `Rows per page`\r\n c. Changes tabs from query to any other and back.\r\n\r\n### Before\r\nIn below video, you will notice how long it took to change `pageSize` to\r\n100 and all 100 rows are rendered at once.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/106669c9-bda8-4b7d-af3f-b64824bde397\r\n\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/356d9e1f-caf1-4f88-9223-0e563939bf6b\r\n\r\n\r\n\r\n> [!Note]\r\n> 1. Also test in small screen. The table should be scrollable but\r\nnothing out of ordinary.\r\n> 2. Additionally, try to load data which has `network_flow` process so\r\nas to create bigger and varied Event Renderers.\r\n\r\n---------\r\n\r\nCo-authored-by: Cee Chen <[email protected]>","sha":"fa92a8ede7bce32456e3d6a6307761b4209248f9"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jatin Kathuria <[email protected]>
- Loading branch information