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

improve top IPs list #36

Open
6 of 8 tasks
matyaskopp opened this issue Nov 18, 2021 · 0 comments
Open
6 of 8 tasks

improve top IPs list #36

matyaskopp opened this issue Nov 18, 2021 · 0 comments

Comments

@matyaskopp
Copy link
Member

matyaskopp commented Nov 18, 2021

add different conditions that constraint the list of top IPs

  • select the type of data user wants to see: infclen / requests / body_bytes_sent
  • filter minimum value of datatype in table -> prevents loading big table. User want to see the top IPs
  • filter service
    • all: service_id IS NULL
    • single: service_id = ...
    • multiple: SUM(...) + service_id IN (...) + GROUP BY
  • start and end inspected period
  • inspected period level ???
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