Github user dcode commented on a diff in the pull request:
https://github.com/apache/metron-bro-plugin-kafka/pull/6#discussion_r172225023
--- Diff: README.md ---
@@ -37,10 +37,11 @@ The following examples highlight different ways that
the plugin can be used. Si
### Example 1
-The goal in this example is to send all HTTP and DNS records to a Kafka
topic named `bro`.
+The goal in this example is to send all HTTP and DNS records to a Kafka
topic named `bro`.
* Any configuration value accepted by librdkafka can be added to the
`kafka_conf` configuration table.
* By defining `topic_name` all records will be sent to the same Kafka
topic.
- * Defining `logs_to_send` will ensure that only HTTP and DNS records are
sent.
+ * Defining `logs_to_send` will ensure that only HTTP and DNS records are
sent. An empty set will default to all logs being
--- End diff --
willdo
---