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

add support for source_hostname_key and source_address_key on umatched syslog messages #2553

Merged
merged 2 commits into from
Aug 14, 2019

Commits on Aug 12, 2019

  1. add testcases for unmatched messages

    Unmatched messages should contain source_hostname_key or
    source_address_key if configured as this information is provided by the
    underlying udp oder tcp server and is available even if the message
    could not be parsed.
    
    This commit adds testcases for these options in combination with
    unmatched lines.
    
    Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>
    aeber committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    6d31454 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. in_syslog: honor source keys for unmatched lines

    Include source_address_key or source_hostname_key on unmatched lines
    when configured.
    
    This fixes the test cases added in
    e3b959b.
    
    Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>
    aeber committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    22ebe9b View commit details
    Browse the repository at this point in the history