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

Cherry-pick #9349 to 6.5: Fix a typo in the syslog parser to correctly parse December or Dec #9353

Merged
merged 1 commit into from
Dec 5, 2018

Conversation

ph
Copy link
Contributor

@ph ph commented Dec 3, 2018

Cherry-pick of PR #9349 to 6.5 branch. Original message:

The syslog parser was missing a D in the month, so it was failling to
parse common syslog event from december, this PR add the missing letter
and also add an unit test to cover both the short and full month format.

Fixes: #9323


Reported at https://discuss.elastic.co/t/typo-in-syslog-rfc3164-rl-causes-parsing-errors-for-december-syslog-dates/159030

…lastic#9349)

The syslog parser was missing a `D` in the month, so it was failling to
parse common syslog event from december, this PR add the missing letter
and also add an unit test to cover both the short and full month format.

(cherry picked from commit 37fc3a5)
@ph ph force-pushed the backport_9349_6.5 branch from 43740f2 to d6a5b1d Compare December 3, 2018 15:06
@ph ph merged commit 4f0fe0a into elastic:6.5 Dec 5, 2018
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…lastic#9349) (elastic#9353)

The syslog parser was missing a `D` in the month, so it was failling to
parse common syslog event from december, this PR add the missing letter
and also add an unit test to cover both the short and full month format.

(cherry picked from commit 77e5a18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants