
Hi Georg,
I put in a search query here which uses distinct_lists to gather the information by the session_id.
session_id = * user=”x*” type=login OR type=logoff OR type=authentication_try
| chart distinct_list(col_ts) as col_ts, distinct_list(user) by session_id
| fields session_id, col_ts, user
A similar post and discussion was had on the community some time ago which you can find here:
Hope this helps.
Best Regards,
Gustav
3 comments