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

Closed
wants to merge 1 commit into from

Conversation

ph
Copy link
Contributor

@ph ph commented Dec 3, 2018

Cherry-pick of PR #9349 to 6.3 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
Copy link
Contributor Author

ph commented Dec 4, 2018

I think we are missing a PR in the 6.3 branch that vendor the pep8 version, I will track it down.

@ph ph closed this Dec 4, 2018
@ph
Copy link
Contributor Author

ph commented Dec 4, 2018

Just to keep a trace the python test are failling on travis because we are not using a fix version of pep8 see #9379

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