SeisoLLC / zeek-kafka

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

Make test output path configurable #13

Closed JonZeolla closed 3 years ago

JonZeolla commented 3 years ago

Summary of the contribution

This adds --test-output= to run_end_to_end.sh, which is required for #9

Testing

Run run_end_to_end.sh, using different --test-output= or none, and observe the logs and outputs.

Checklist