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

feat(new sink): Initial syslog sink #7106

Closed
wants to merge 15 commits into from
Closed

Commits on Apr 13, 2021

  1. Syslog sink skeleton

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e5dfcee View commit details
    Browse the repository at this point in the history
  2. Syslog message formatting

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5d1179b View commit details
    Browse the repository at this point in the history
  3. Syslog sink + config with default value

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    24221e6 View commit details
    Browse the repository at this point in the history
  4. Add basic tests

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    ff53dcc View commit details
    Browse the repository at this point in the history
  5. minor fix

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e11d186 View commit details
    Browse the repository at this point in the history
  6. initial doc

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0afb212 View commit details
    Browse the repository at this point in the history
  7. fmt

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    279da27 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Improve rfc choosing opt

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b7b59c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Syslog version as a enum

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9d3b01a View commit details
    Browse the repository at this point in the history
  2. minor fixes

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    bff3e8b View commit details
    Browse the repository at this point in the history
  3. cue fmt

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    306918c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Add tests & harmonize severity/facility

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    27ff37c View commit details
    Browse the repository at this point in the history
  2. Add description

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b15adaa View commit details
    Browse the repository at this point in the history
  3. default mode handling improvements

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9c5438a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Address reviews

    Signed-off-by: prognant <[email protected]>
    prognant committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b1313d6 View commit details
    Browse the repository at this point in the history