Hey @josen - if you’re installing it manually rather than using zkg, you’ll need to use the following in your local.zeek file instead of packages/zeek-kafka
@load Seiso/Kafka
The packages/zeek-kafka load only works if you use zkg to install the plugin.
Hey @josen - I had that in my mailbox. Has it worked without authentication at first? If yes, you might want to check if you can use kcat with the same credentials etc and/or if there’s any logs on the Kafka side that indicate auth failures. Just to exclude it’s actually an issue with the plugin. If you can verify it’s a problem with the plugin, a GitHub issue in the plugin’s repo might be a right step.