GitHub user sirsean opened a pull request:
https://github.com/apache/incubator-metron/pull/11
Bro Parser Improvements
The old Bro parser required that the data came wrapped in a key that
specified the protocol. But not every Bro produces data in that format;
now the parser supports that format AND a format that is flatter and the
protocol is just another attribute in the message.
This also contains some minor code cleanup in the Bro parser.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sirsean/incubator-metron bro-parser
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 41e159f61d5e68066024493e50079f3d1ba1302b
Author: Sean Schulte <[email protected]>
Date: 2016-01-15T22:32:42Z
Bro Parser Improvements
The old Bro parser required that the data came wrapped in a key that
specified the protocol. But not every Bro produces data in that format;
now the parser supports that format AND a format that is flatter and the
protocol is just another attribute in the message.
This also contains some minor code cleanup in the Bro parser.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---