SeisoLLC / zeek-kafka

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

Fix LIBRDKAFKA_ROOT default #25

Closed JonZeolla closed 3 years ago

JonZeolla commented 3 years ago

Summary of the contribution

Currently the LIBRDKAFKA_ROOT default is /usr/local/lib, but it should be /usr/local as that is the root path where librdkafka files diverge (into include/ and lib/)

Testing

make e2e

Checklist