[
https://issues.apache.org/jira/browse/METRON-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16681629#comment-16681629
]
ASF GitHub Bot commented on METRON-1862:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron-bro-plugin-kafka/pull/15#discussion_r232298989
--- Diff: README.md ---
@@ -50,7 +51,7 @@ The goal in this example is to send all HTTP and DNS
records to a Kafka topic na
* 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.
```
-@load packages/metron-bro-plugin-kafka/Apache/Kafka
+@load
'PathToDirContainingTheDownloadedMetronPlugin'/metron-bro-plugin-kafka/scripts/Apache/Kafka
--- End diff --
These examples are intended to be defined within a location in your Bro
installation like `${BRO_HOME}/share/bro/site/local.bro`. And this has to
occur after you install the plugin in your Bro instance.
You should not be loading from the path to the plugin source code. So
this is incorrect.
> Cant Load Metron Bro Plugin
> ---------------------------
>
> Key: METRON-1862
> URL: https://issues.apache.org/jira/browse/METRON-1862
> Project: Metron
> Issue Type: Bug
> Affects Versions: 0.4.1
> Reporter: Mustafa Akmal
> Priority: Blocker
> Labels: Bro, metron, plugin
>
> I received the following error when running 'broctl deploy' : can't find
> packages/metron-bro-plugin-kafka/Apache/Kafka
> This happens when I load the metron bro plugin by making changes to
> 'local.bro' by inserting the following line "[@load|https://github.com/load]
> packages/metron-bro-plugin-kafka/Apache/Kafka"
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)