SyslogAdaptor reads UDP syslog message from a port and convert the message to Chukwa
 Chunk for transport from Chukwa Agent to Chukwa Collector.  Usage:
 
 add SyslogAdaptor [DataType] [Port] [SequenceNumber]
 
 Syslog protocol facility name is mapped to Chukwa Data Type 
 by SyslogAdaptor, hence each UDP port can support up to 24 data streams.
 
 Data Type mapping can be overwritten in Chukwa Agent Configuration file, i.e.:
 
 
   syslog.adaptor.port.9095.facility.LOCAL1
   HADOOP
 
 
 When demux takes place, data received on port 9095 with facility name LOCAL0 will
 be processed by demux parser for data type "HADOOP".