Hi @jacobpevans , thanks for the fast response! I think I am still a bit confused. 😅 Maybe a bit more practical: sourcetype="requests" device_id="XYZ" As result I get e.g. 10 events with 10 different "request_id" (separate field) from that XYZ device. Than I need to query all events matching the 10 "request_id" I got from the 10 events, because the "device_id" is only available for the first log. sourcetype="requests" request_id="1" OR request_id="2" OR request_id="3" ... Would still the approach you mentioned the way to go? BR, Tore
... View more