SeisoLLC / zeek-kafka

A Zeek log writer plugin that publishes to Kafka.
Apache License 2.0
45 stars 15 forks source link

Fix README instructions to not include sasl #50

Closed JonZeolla closed 2 years ago

JonZeolla commented 2 years ago

Summary of the issue

Currently we specify to run ./configure --enable-sasl, but many environments (and most of our users) do not have kerberized kafka clusters. We should default to the most typical setup instructions, but keep the note about enabling sasl.

derekseisollc commented 2 years ago

This has been resolved with PR 54