Hi, I have 2 different events. these 2 events can be identified by "Id". I am trying to display it in table in the below format, wherein the records should be in a single row api_name,Id,OpName,Response,Current,System_Service_Response event 1 api_name=apple||Id=12345||OpName=Update||Response_Code=200||Response_Status=COMPLETED||Response=[{"number":"99999","status":"Welcome back"}]|| event 2 api_name=apple||Id=12345||System_Name=Oracle||Service_Name=Oracle||Operation_Name=test||System_Status_Code=200||System_Service_Status=COMPLETED||System_Service_Response={"number":"99999","status":"Welcome back"}||Current=99999 My search query displays 2 rows, is it possible to group the events and display in 1 row.
... View more