Skip to content

Commit

Permalink
Fix a typo in the syslog parser to correctly parse December or Dec (e…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
ph authored Dec 4, 2018
1 parent e573b1e commit 2910a07
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 287 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ https://github.com/elastic/beats/compare/v6.4.3...6.4[Check the HEAD diff]
*Auditbeat*

*Filebeat*
- Correctly parse `December` or `Dec` in the Syslog input. {pull}9349[9349]

*Heartbeat*

Expand Down
Loading

0 comments on commit 2910a07

Please sign in to comment.