-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@load packages/zeek-kafka can't find #80
Comments
try just |
I have the same error. Compiled the plugin from source.
zeek/site/local.zeek:
Error:
Changed to
|
I did. |
I did some more tests. I read in the Zeek documentation that "By default, Zeek will automatically activate all dynamic plugins found in its search path ZEEK_PLUGIN_PATH". So I remove all
zeek-kafka seems to be loaded:
Kafka is accessible on localhost:9092:
Configuration:
Nothing is produced on the zeek topic. logs/current/ is populated. I compiled zeek with debug enabled and recompiled the plugin. Then starting zeek as |
I have the same error. any solutions? |
I installed zeek-kafka via Manual Installation and it successfully outputs as follows
[root@securitypublicservicestest-bj-1 172.16.252.5 bin]# . /zeek -N Seiso::Kafka
Seiso::Kafka - Writes logs to Kafka (dynamic, version 0.3.0)
I followed up by writing local.zeek by referring to the documentation, which looks like this
@load packages/zeek-kafka
redef Kafka::send_all_active_logs = T;
redef Kafka::kafka_conf = table(
["metadata.broker.list"] = "localhost:9092"
).
At this point an error message is given
[ZeekControl] > deploy
checking configurations ...
zeek scripts failed.
fatal error in /opt/zeek/share/zeek/site/local.zeek, line 121: can't find packages/zeek-kafka
[ZeekControl] > quit
The text was updated successfully, but these errors were encountered: