You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Jon Zeolla (JIRA)" <ji...@apache.org> on 2017/11/22 20:56:00 UTC

[jira] [Created] (METRON-1329) Coalesce metron-bro-plugin-kafka exports

Jon Zeolla created METRON-1329:
----------------------------------

             Summary: Coalesce metron-bro-plugin-kafka exports
                 Key: METRON-1329
                 URL: https://issues.apache.org/jira/browse/METRON-1329
             Project: Metron
          Issue Type: Improvement
            Reporter: Jon Zeolla
            Priority: Trivial


You should be able to load metron-bro-plugin-kafka by adding @load packages to local.bro, and running bro-pkg install apache/metron-bro-plugin-kafka and bro-pkg load apache/metron-bro-plugin-kafka.  Right now, when you do that you will get the following error:

error in /usr/local/bro/share/bro/site/local.bro, line 106: "redef" used but not previously defined (Kafka::logs_to_send)

Because loads_to_send is exported in Bro/Kafka/logs-to-kafka.bro.  Instead of forcing manual intervention after bro-pkg install and load, we should make that all work natively.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)