Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created September 25, 2019 21:47
Show Gist options
  • Save joswr1ght/85bfe37c2ce0c6d858a15054816bd463 to your computer and use it in GitHub Desktop.
Save joswr1ght/85bfe37c2ce0c6d858a15054816bd463 to your computer and use it in GitHub Desktop.
Export Bro Logs in JSON with ISO8601 timestamps instead of Epoch time
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