GitHub user dcode opened a pull request: https://github.com/apache/metron-bro-plugin-kafka/pull/6
Configurable JSON timestamps and default all logs - adds `json_timestamps` field, allowing to change format according to the built-in Bro values - Updates the default `logs-to-kafka.bro` to send all logs if the `logs-to-send` set is empty. If you don't want to send any logs, then just don't load the file ;-). You can merge this pull request into a Git repository by running: $ git pull https://github.com/rocknsm/metron-bro-plugin-kafka dcode/json-timestamps-default-all-logs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/metron-bro-plugin-kafka/pull/6.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6 ---- commit 3bf94c7cfd06995280476c7c62f63616ce82ac3f Author: Derek Ditch <derek@...> Date: 2018-02-24T15:23:33Z Configurable JSON timestamps and default all logs - adds `json_timestamps` field, allowing to change format according to the built-in Bro values - Updates the default `logs-to-kafka.bro` to send all logs if the `logs-to-send` set is empty. If you don't want to send any logs, then just don't load the file ;-). ---- ---