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

Adds network.protocol.name and network.protocol.id #79

Closed
wants to merge 2 commits into from

Commits on Aug 13, 2018

  1. Fixes protocol example

    Rob Gil committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    c5aa9fc View commit details
    Browse the repository at this point in the history
  2. Adds network.protocol.name and network.protocol.id

    With most logs coming in, the protocol names are not resolved to their
    respective full name and instead rely on the IDs from
    [IANA](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)
    This adds names and ids. The regular `network.protocol` would use name,
    but if you're not planning to use resolution, `network.protocol.id`
    would be available.
    Rob Gil committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    6f9cb62 View commit details
    Browse the repository at this point in the history