Update default Syslog parser to use the RadixTreeSyslogParser
Description
The RadixTreeSyslogParser has proven to be much more effective that parsing syslog message header than the current default CustomSyslogParser. We should update the default configuration to use the RadixTreeSyslogParser instead.
The
RadixTreeSyslogParser
has proven to be much more effective that parsing syslog message header than the current defaultCustomSyslogParser
. We should update the default configuration to use theRadixTreeSyslogParser
instead.