tree: ec003209a8fc5c50dc7f3d617776e15050b431d4 [path history] [tgz]
  1. src/
  2. 3rdPartyParser.md
  3. message-parser-implementation-notes.md
  4. parser-testing.md
  5. ParserChaining.md
  6. pom.xml
  7. README.md
metron-platform/metron-parsing/metron-parsers-common/README.md

metron-parsers-common

metron-parsers-common contains the necessary components to write and test MessageParsers, along with some of the supporting utilities. The most basic parsers for extensions are included.

The included parsers are

  • Grok Parser
  • JSONMapParser
  • CSVParser
  • Syslog 3164 and 5424 parsers

More details on these parsers and the overall architecture can be found in the metron-parsing README