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.

(cherry picked from commit 37fc3a5)
  • Loading branch information
ph committed Dec 3, 2018
1 parent c12cb8a commit 56a1468
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 @@ -42,6 +42,7 @@ https://github.com/elastic/beats/compare/v6.5.0...6.x[Check the HEAD diff]
*Auditbeat*

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

- Fix improperly set config for CRI Flag in Docker Input {pull}8899[8899]
- Just enabling the `elasticsearch` fileset and starting Filebeat no longer causes an error. {pull}8891[8891]
Expand Down
Loading

0 comments on commit 56a1468

Please sign in to comment.