Capture the users login for all the nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2016 01:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 02:51 AM
You can see all node information on Diagnostic page under system diagnostic in navigation menu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 03:49 AM
Id be interested to know this myself. I am not aware of anywhere from the application where you can get this data.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2016 04:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2016 12:24 PM
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