Repository: metron-bro-plugin-kafka Updated Branches: refs/heads/master 1dfc5239f -> 38f45e2bb
METRON-1773 Bro plugin docs should refer to Apache Metron project (nickwallen) closes apache/metron-bro-plugin-kafka#9 Project: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/commit/38f45e2b Tree: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/tree/38f45e2b Diff: http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/diff/38f45e2b Branch: refs/heads/master Commit: 38f45e2bbb0fb15b401d0ddce2cb60570b872989 Parents: 1dfc523 Author: nickwallen <[email protected]> Authored: Thu Oct 4 17:46:24 2018 -0400 Committer: nickallen <[email protected]> Committed: Thu Oct 4 17:46:24 2018 -0400 ---------------------------------------------------------------------- README.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron-bro-plugin-kafka/blob/38f45e2b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8aff3ba..bc2faf4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ 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. +This software is a part of the [Apache Metron](http://metron.apache.org/) project which integrates a variety of open source, big data technologies to offer a platform to detect and respond to cyber threats at-scale. + +* [Installation](#installation) +* [Activation](#activation) +* [Settings](#settings) +* [Kerberos](#kerberos) + ## Installation 1. 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.
