Github user mattf-horton commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/512#discussion_r109814348 --- Diff: metron-sensors/bro-plugin-kafka/README.md --- @@ -13,22 +13,28 @@ 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 - # make - # sudo make install +``` +# curl -L https://github.com/edenhill/librdkafka/archive/v0.9.4.tar.gz | tar xvz +# cd librdkafka-0.9.4/ +# ./configure --enable-sasl +# make +# sudo make install +``` Then compile this Bro plugin using the following commands. - # ./configure --bro-dist=$BRO_SRC - # make - # sudo make install +``` +# ./configure --bro-dist=$BRO_SRC +# make +# sudo make install +``` Run the following command to ensure that the plugin was installed successfully. - # bro -N Bro::Kafka - Bro::Kafka - Writes logs to Kafka (dynamic, version 0.1) +``` +# bro -N Bro::Kafka +Bro::Kafka - Writes logs to Kafka (dynamic, version 0.1) +``` --- End diff -- PR#511 offers the same, but also changes the double-backticks throughout the document into single backticks. While this usage doesn't raise an error, it does show incorrectly. Sorry we crossed wires. Apparently we both opened jiras and posted PRs exactly one minute apart! They both are sequentially numbered!
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---