Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1249
Is there anything specific you'd want to pull out?
Looking at the code right now, parsers-common contains
* asa
* bro
* cef
* csv
* filters
* fireeye
* interfaces
* ise
* json
* lancope
* logstash
* paloalto
* snort
* sourcefire
* syslog
* utils
* websphere
along with some miscellaneous utilities and ParserRunner and such.
metron-parsers-storm contains
* bolt
* topology
I could see doing the split you mention, but right now I don't see anything
that would obviously go in, unless we wanted to split the actual parsers
themselves out from parsers-common. I'm not opposed to that, but it seems like
overkill with what we have right now (although I admittedly may eat those words
when actually adding a for real Storm alternative). Mostly, splitting out the
Storm bits seems like it results in an empty metron-parsing-common and the same
metron-parsing-storm.
---