-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Include log.source.address for unparseable syslog messages #15453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…5453) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. Co-authored-by: Brian Candler <[email protected]> (cherry picked from commit d552e90)
…5453) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. Co-authored-by: Brian Candler <[email protected]> (cherry picked from commit d552e90)
@ph I was not sure if backporting it for 7.5.2 too, as it could be also considered a bug. I have opened the PR by now, let me know what you think. |
@jsoriano I would yes/no but that would still improve the user behavior so I am ok to backport it to 7.5.2 |
… syslog messages (#15495) * Include log.source.address for unparseable syslog messages (#15453) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. Co-authored-by: Brian Candler <[email protected]> (cherry picked from commit d552e90) * Fix changelog
…5453) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. Co-authored-by: Brian Candler <[email protected]> (cherry picked from commit d552e90)
… syslog messages (#15494) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. (cherry picked from commit d552e90) Co-authored-by: Brian Candler <[email protected]>
…15574) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. (cherry picked from commit d552e90) Co-authored-by: Brian Candler <[email protected]>
Tested manually with BC1 and I see |
…rseable syslog messages (elastic#15495) * Include log.source.address for unparseable syslog messages (elastic#15453) Source address was being included in syslog events, but if the syslog message failed to be parsed the event was being generated without this information. Add it in any case. Co-authored-by: Brian Candler <[email protected]> (cherry picked from commit f16fdb1) * Fix changelog
Continues with #13274, fixes #13268.
How to test:
Co-authored-by: Brian Candler [email protected]