Capture the users login for all the nodes.

tarunsingh
Tera Contributor

I have a requirement to capture the users login for all the nodes. Currently the OOB "Logged in Users" shows only the users logged in the same node as yours.

Please suggest if there is a way to check all the users logged in to ServiceNow Instance irrespective of the nodes.

4 REPLIES 4

ashish211
Tera Contributor

You can see all node information on Diagnostic page under system diagnostic in navigation menu.


Anurag Tripathi
Mega Patron
Mega Patron

Id be interested to know this myself. I am not aware of anywhere from the application where you can get this data.


-Anurag

Deepak Kumar5
Kilo Sage

There is no direct way to get the details of Logged in user.


You have to query on "syslog_transaction"   with filtered by unique session and group by system ID


we need to check table : sys_user_session same as logged in users but put the below filters and it gives logged in users currently in your instance irrespective of nodes.


name!=NULL^invalidated=NULL



Hope this helps.


Thanks,


Tarun