GitHub user trixpan opened a pull request:
https://github.com/apache/nifi/pull/785
NIFI-2341 - Introduce ParseCEF processor
* Implements a processor to parse HPE's highly popular Common Event Format
* Please note this code relies on a Parser written outside the NiFi source
tree. This was done with the intent of allowing code reuse, given that many
Open Source projects tend to tackle the CEF format in a myriad of ways and some
are still trying to implement a solid parser (e.g. METRON-157). The Parser is
functional but feedback over its implementation is welcome as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trixpan/nifi NIFI-2341
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/785.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 #785
----
commit be2c1e83f7f486b1b6a1e148bc828acf3865a8de
Author: Andre F de Miranda <[email protected]>
Date: 2016-08-04T13:30:37Z
NIFI-2341 - Introduce ParseCEF processor
----
---
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.
---