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)

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.
  • Loading branch information
ph authored Dec 3, 2018
1 parent 0d6e535 commit 77e5a18
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 233 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha1...master[Check the HEAD d
*Auditbeat*

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

- Fix installation of haproxy dashboard. {issue}9307[9307] {pull}[]

Expand Down
Loading

0 comments on commit 77e5a18

Please sign in to comment.