SeisoLLC / zeek-kafka

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

Make Zeek 5.0 and Zeek 5.1 compatible - #46 #58

Closed awelzel closed 1 year ago

awelzel commented 1 year ago

Summary of the contribution

This squelches warnings and errors around the dictionary iteration by resorting to ToMap().

This is also 4.2.2 compatible, but I didn't test for versions older.

Closes #46.

Testing

Set Kafka::kafka_conf and confirmed the settings are applied.

Checklist