Skip to content

Commit

Permalink
Fix a typo in the syslog parser to correctly parse December or Dec (#…
Browse files Browse the repository at this point in the history
…9349) (#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 37fc3a5)
  • Loading branch information
ph authored Dec 4, 2018
1 parent c38c9a3 commit ba936a2
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 ba936a2

Please sign in to comment.