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

Revised Network Metrics #2

Closed
wants to merge 1 commit into from

Commits on May 31, 2018

  1. Revised Network Metrics

    Inbound and outbound are ambiguous with regard to netflow data. When
    using src and destination, the direction is explicit. `inbound` and
    `outbound` don't map back to `src` and `dest` and becomes ambiguous. I don't
    see a use case for `inbound` and `outbound` as this is already
    defined by `src` and `dest`. This removes the `inbound` and `outbound`
    sections and replaces them with a single transfer field which lines up with
    netflow, gcp flow logs, aws flowlogs, and so on.
    Rob Gil committed May 31, 2018
    Configuration menu
    Copy the full SHA
    9a937e2 View commit details
    Browse the repository at this point in the history