Will the syslog() source driver support both RFC5424 and RFC3164 from different hosts at the same time in flight?  
 

source s_syslog_tcp  { syslog(port(514) transport("tcp")); };

source s_syslog_udp { syslog(port(514) transport("udp")); };