From 584f4eebc5421e96404e4aaca89d0bf152b8780d Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Thu, 13 Jun 2024 17:52:27 +0200 Subject: [PATCH] [Security Solution ] Fix - Inspect not working in Unified Timeline (#185924) ## Summary Fixes - https://github.com/elastic/security-team/issues/9598. - https://github.com/elastic/kibana/issues/181882 This PR fixes 2 issues. ### Inspect button not working 1. Inspect button was not working with Unified Timeline changes. 2. This PR Fixes that and adds test as well for same. ### Inspect Performance Since in unified timeline we fetch 500 records at a time, the inspect tab was facing performance issues as can be seen below: |Before|After| |---|---| |