RFC3164 is very wide, and many (if not an) log format are allowed.
This pull requests improves the format accepted:
date can optionally have the year specified
date can optionally have the timezone name specified (i.e. UTC, PST, or any in the IANA database)
device specific formats can be added. One added is where hostname is specified in first position
A passthrough output module has also been added. When using RFC3164 for instance, it allows pushing events received in different format while conserving them, rather than reformating them in a common format.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
RFC3164 is very wide, and many (if not an) log format are allowed. This pull requests improves the format accepted:
A passthrough output module has also been added. When using RFC3164 for instance, it allows pushing events received in different format while conserving them, rather than reformating them in a common format.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.