graylog2-web-interface
graylog2-web-interface copied to clipboard
Show last online time for users
trafficstars
Is it possible to implement a "Last online" status for every user in the user view? :)
That is actually stored already. Showing that in the web-interface scheduled for 0.20.1.
Thanks!
the last login time is only stored in the session store currently. this would need updating the user account on each request, which is trivial to do. refer to https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/security/MongoDbSessionDAO.java#L92