Query Details
//Logging into a website/interactive login SigninLogs | where IsInteractive == 1 | extend City = LocationDetails.city | extend State = LocationDetails.state | extend Lat = parse_json(tostring(LocationDetails.geoCoordinates)).latitude | extend Long = parse_json(tostring(LocationDetails.geoCoordinates)).longitude | project UserPrincipalName, UserType, AppDisplayName, ResourceDisplayName, City, State, Location, Lat, Long
This query is designed to filter and display information about interactive logins to a website. Here's a simple breakdown:
In summary, this query filters for interactive logins and extracts specific location details (city, state, latitude, and longitude) along with user and application information, then displays these selected columns.

Rod Trent
Released: September 13, 2024
Tables
Keywords
Operators