Ali writes: > Ah-ha! Should I use a combination of MultiDecoder and PayloadRegexDecoder > (for custom formats)? And just assign the MultiDecoder to the TcpInput? >
Yep, MultiDecoder with cascade_strategy="first-wins". > > -Ali > > On Mon, Apr 6, 2015 at 11:49 AM Ali <[email protected]> wrote: > >> Morning, all! >> >> I'm trying out nxlog on remote hosts and having nxlog send logs to my Heka >> host's TcpInput. However, I'm starting to add multiple types of log data >> (syslog files, Apache logs, Tomcat logs) to the nxlog forwarder and I'm >> wondering how best to handle this. Should I configure Heka to use a single >> TcpInput for all of these different message types? Should I configure a >> separate TcpInput for each distinct message type? Something else? >> >> TIA, >> Ali >> > _______________________________________________ > Heka mailing list > [email protected] > https://mail.mozilla.org/listinfo/heka -- _______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

