[
https://issues.apache.org/jira/browse/METRON-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950995#comment-15950995
]
ASF GitHub Bot commented on METRON-812:
---------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/501#discussion_r109171010
--- Diff: metron-sensors/bro-plugin-kafka/README.md ---
@@ -0,0 +1,160 @@
+Bro Logging Output to Kafka
+===========================
+
+A Bro log writer that sends logging output to Kafka. This provides a
convenient
+means for tools in the Hadoop ecosystem, such as Storm, Spark, and others,
to
+process the data generated by Bro.
+
+Installation
+------------
+
+Install librdkafka (https://github.com/edenhill/librdkafka), a native
client
+library for Kafka. This plugin has been tested against the latest release
of
+librdkafka, which at the time of this writing is v0.9.4. In order to
support interacting
+with a kerberized kafka, you will need libsasl2 installed
+
+ # curl -L https://github.com/edenhill/librdkafka/archive/v0.9.4.tar.gz
| tar xvz
+ # cd librdkafka-0.9.4/
+ # ./configure --enable-sasl=true
--- End diff --
Small typo. I think it needs to be `./configure --enable-sasl`. Passing
true as an argument causes it to be unhappy.
> Make the bro-kafka plugin work with kerberos
> --------------------------------------------
>
> Key: METRON-812
> URL: https://issues.apache.org/jira/browse/METRON-812
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
> Assignee: Casey Stella
> Labels: kerberos
>
> The bro-kafka plugin does not currently support kerberos. This JIRA should
> * make the version of librdkafka supported 0.9.4
> * ensure the plugin can write to a kerberized kafka
> * provide instructions on how to configure the plugin to write to a
> kerberized kafka
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)