[
https://issues.apache.org/jira/browse/METRON-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956159#comment-15956159
]
ASF GitHub Bot commented on METRON-824:
---------------------------------------
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!
> site-book generation is broken
> ------------------------------
>
> Key: METRON-824
> URL: https://issues.apache.org/jira/browse/METRON-824
> Project: Metron
> Issue Type: Bug
> Reporter: Jon Zeolla
> Assignee: Jon Zeolla
>
> The site-book generation is broken due to some formatting in the
> bro-plugin-kafka README.md
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)