-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for RFC3339 timestamp and nanoseconds parsing (#7046)
* Adds support for RFC3339 timestamp Syslog formatted events format sometime differ from the official specs, it's possible to receive timestamp formatted using RFC3339. This commits fixes a few things: - Correctly support the 2018-05-08T10:31:24 format; - Fix nanosecond parsing to respect the actual numerical representation (microsecond vs. nanosecond) - Fix an issue when partial Syslog events sent to the publisher, now when invalid message is received we send the raw format. * Update changelog
- Loading branch information
Showing
7 changed files
with
781 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.