mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
- Create nifi-syslog-utils to move syslog parsing functionalty to a central location shared by the processors and serialization/record system. - Refactor Processors to use these utils - Update 5424 syslog classes using simple-syslog-5424 to pick up new changes to support this work, as well as keep dependencies/types from bleeding out to the processors or readers - Refactor Syslog5424Event and Parser - Create Syslog5424RecordReader - per review, handle blank message differently from eof - name schema per review This closes #2816. Signed-off-by: Bryan Bende <bbende@apache.org>