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.4: Fix a typo in the syslog parser to correctly parse December or Dec #9355

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

ph
Copy link
Contributor

@ph ph commented Dec 3, 2018

Cherry-pick of PR #9349 to 6.4 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 merged commit ba936a2 into elastic:6.4 Dec 4, 2018
@ph
Copy link
Contributor Author

ph commented Dec 4, 2018

ci not related to this change

leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…lastic#9349) (elastic#9355)

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