Created
September 25, 2019 21:47
-
-
Save joswr1ght/85bfe37c2ce0c6d858a15054816bd463 to your computer and use it in GitHub Desktop.
Export Bro Logs in JSON with ISO8601 timestamps instead of Epoch time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bro -r $1 -e 'redef LogAscii::use_json=T; redef LogAscii::json_timestamps = JSON::TS_ISO8601;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment