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

[8.14](backport #38982) [libbeat] Fix parsing of RFC 3164 process IDs in syslog processor #39124

Merged
merged 2 commits into from
May 13, 2024

Commits on Apr 22, 2024

  1. [libbeat] Fix parsing of RFC 3164 process IDs in syslog processor (#3…

    …8982)
    
    - The pattern for parsing process IDs was too relaxed and would
    match everything between the first opening and the last closing
    square bracket in a message. If the message included multiple
    closing square brackets, the process ID would be set to not only
    the process ID, but also whatever leads up to the last closing
    square bracket.
    - The pattern has now been locked down to only digits.
    - Added test case.
    
    (cherry picked from commit 8e9a276)
    taylor-swanson authored and mergify[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a6392c9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e6c4247 View commit details
    Browse the repository at this point in the history