Class RadixTreeSyslogParser


  • public class RadixTreeSyslogParser
    extends SyslogParser
    This parser reads a set of grok patterns that are stored in the grok-patterns.txt classpath resource and uses the patterns to construct a syslog message parser.
    Author:
    Seth
    • Method Detail

      • setRadixParser

        public static void setRadixParser​(RadixTreeParser radixParser)
      • find

        public boolean find()
        Since this parser does not rely on a regex expression match for its initial parsing, always return true.
        Overrides:
        find in class SyslogParser