Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connected_users should be connected_sessions #40

Open
raidsec opened this issue Jan 29, 2020 · 0 comments
Open

connected_users should be connected_sessions #40

raidsec opened this issue Jan 29, 2020 · 0 comments

Comments

@raidsec
Copy link

raidsec commented Jan 29, 2020

The connected_users query are evaluating all users and sessions there is no distinct to filter out double user datas. I think connected_users should be renamend to connected_sessions or it should be two functions (connected_users with a distinct function and a connected_sessions).

e. g.:

SELECT
count (distinct loginame)
......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant