graylog2-web-interface icon indicating copy to clipboard operation
graylog2-web-interface copied to clipboard

Show last online time for users

Open dennusb opened this issue 11 years ago • 2 comments
trafficstars

Is it possible to implement a "Last online" status for every user in the user view? :)

dennusb avatar Feb 11 '14 11:02 dennusb

That is actually stored already. Showing that in the web-interface scheduled for 0.20.1.

Thanks!

lennartkoopmann avatar Feb 11 '14 13:02 lennartkoopmann

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

kroepke avatar Jul 03 '14 12:07 kroepke