25 Feb 2026
02:30 PM
- last edited on
26 Feb 2026
07:16 AM
by
MaciejNeumann
we have attach image of our result but we wants to check in single query -:
DNIRealTimeMessage but never get AcquireConfiguration afterward (and also list those IMSIs) . initially i have try join but not getting expected result .fetch logs, scanLimitGBytes:-1
| filter dt.system.bucket=="custom_l_" and index == "_db"
| filter Market=="marketname"
|filter IMSI =="0073412"
| filter TransactionType =="DNIRealTimeMessage" and TransactionType "AcquireConfiguration"
|fields content,TransactionType
26 Feb 2026 08:59 AM
Is there anything in content or anywhere else in the records which acts as correlate id or transaction id, connecting DNIRealTimeMessage with corresponding AcquireConfiguration (this also means that no 2 DNIRealTimeMessage rows have the same value)? or maybe IMSI play this role?
06 Mar 2026 12:26 PM
I am checking if we have any sessionID or track ID for these sequences API will try to enable debug log.
Featured Posts