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(promtail): Support of RFC3164 aka BSD Syslog #12810

Merged
merged 6 commits into from
Jun 4, 2024

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    1a2ebf7 View commit details
    Browse the repository at this point in the history
  2. promtail: add support for RFC3164 syslogs

    This adds support for RFC3164 syslogs which are used by many devices, in
    my use case OpenWrt and Ubiquiti routers. A new option called
    `is_rfc3164_message` is added to the syslog which makes the incomming
    logs to be handled as RFC3164.
    
    Co-Authored-By: Paul Spooren <mail@aparcar.org>
    
    Signed-off-by: Kirill A. Korinsky <kirill@korins.ky>
    catap committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0320106 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Addressed review remarks

    catap committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1426356 View commit details
    Browse the repository at this point in the history
  2. Update clients/pkg/promtail/scrapeconfig/scrapeconfig.go

    Co-authored-by: Callum Styan <callumstyan@gmail.com>
    catap and cstyan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    10f1033 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. go fmt

    catap committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d6818a9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Addressed future review remarks

    catap committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e64f8a9 View commit details
    Browse the repository at this point in the history