28 Oct 2023 04:58 PM - last edited on 13 Dec 2023 10:06 AM by Ana_Kuzmenchuk
In USQL, we have access to usersession.ip. There are several issues with it though.
One is how can we do a query that aggregates certain amount of IPs, say 192.168* ? Now, we can't use string functions like STARTSWITH or LIKE, as it "only works on text fields.". We can make comparisons like "where ip >= "192.168.0.0" and ip <= "192.168.255.255"", but was wondering if there is a simple way?
Also, if we have internal addresses, they are normally not masked. So individual IPs appear, How can I group them? It is possible through "condition", but is there another way?
27 Mar 2024 07:42 PM
Any luck with this @AntonioSousa