i run a query and get list of custId in form of table. how do i pass this result into another search query inside IN clause.
eg:
search 1: index=* "successful login for"|table custID this gives me table with column custID.
Then i have to run
index=* "mail sent by"|where custID IN (search 1) |table CustID,_time