gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
431 stars 55 forks source link

Allow administrator to view who is logged onto Stroom #271

Open burnalting opened 7 years ago

burnalting commented 7 years ago

It would be useful for an administrator to be able to see who is currently logged into Stroom. Details to include

stroomdev66 commented 7 years ago

do you mean like /sessionList. ?

burnalting commented 7 years ago

Perhaps a little more presentable (and correct) than the sessionList servelet. The following is my current action ... I thought I'd see my own login 'burn' ... oops ... didn't see #276

image

Perhaps expand on the servelet?

stroomdev10 commented 7 years ago

It would be good to be able to terminate user sessions from the screen also.

at055612 commented 2 months ago

Screen should be protected with either admin or manage users perms. sessionList servlet should be changed to use the same perms and deprecated for later removal.

Ability to filter on user display name, full name, unique id, node, agent. Ability to sort by columns.

Add an action to revoke a user's session on a node.