GitHub user JonZeolla opened a pull request:
https://github.com/apache/metron-bro-plugin-kafka/pull/2
DO NOT MERGE METRON-1304: Allow metron-bro-plugin-kafka to include or
exclude logs
This PR assumes
[METRON-1303](https://issues.apache.org/jira/browse/METRON-1303).
This allows us the option to specify the inclusion and exclusion of logs to
send to kafka. If you were to unset `Kafka::logs_to_send` and specify logs in
`Kafka::logs_to_exclude`, all currently active logs, except for the ones you've
excluded, should be sent to kafka.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JonZeolla/metron-bro-plugin-kafka METRON-1304
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron-bro-plugin-kafka/pull/2.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 #2
----
commit f21e51f4f91452d66b644b1c041e9a3ae3b39bd7
Author: Jon Zeolla <[email protected]>
Date: 2017-11-07T12:12:53Z
METRON-1303: Reorganize the metron-bro-plugin-kafka
commit c2f8b2c347f647076c1d0ba17dad5b3794d7957d
Author: Jon Zeolla <[email protected]>
Date: 2017-11-07T12:22:39Z
Fix broken link
commit 3dcecec4faf2119174123ea8a934a83e469080e2
Author: Jon Zeolla <[email protected]>
Date: 2017-11-07T13:12:37Z
METRON-1304: Allow metron-bro-plugin-kafka to include or exclude logs
----
---