Add files via upload

master
Costas K 3 years ago committed by GitHub
parent 7c42c53c0a
commit 819dccc2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,11 +20,14 @@ coalesce(json_extract(events_persisted.payload,'$.data.navigationUrl'),json_extr
json_extract(events_persisted.payload,'$.data.actionName') as 'actionName',
logging_binary_name,
-- Net info
coalesce(json_extract(events_persisted.payload,'$.ext.net.type'),json_extract(events_persisted.payload,'$.data.ConnectionType')) as 'type',
json_extract(events_persisted.payload,'$.ext.net.cost') as 'cost',
-- user sid
events_persisted.sid as 'User SID'
-- Local, MS or AAD account
trim(json_extract(events_persisted.payload,'$.ext.user.localId'),'m:') as 'UserId',
sid as 'User SID'
from events_persisted

Loading…
Cancel
Save