Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend RFC3164 parser to support Cisco iOS logs
These devices seem to send non-standard logs that include a sequence number, and a couple of extra characters (for good luck, I assume). For example: ``` 10.51.101.233.50433 > 10.51.101.164.514: SYSLOG, length: 112 Facility local7 (23), Severity notice (5) Msg: 485: *Jan 8 21:50:03.406: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback100, changed state to up ``` Note the `485: *` here. This is the sequence number (and a `*` -- no idea). It also includes a ms-precision timestamp.
- Loading branch information