Skip to content

improve top IPs list #36

Description

@matyaskopp

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 ???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions