You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When outputting to standard output with the json-timeline command the results are the same as csv-timeline, however, it would be nice to output in JSON format for quick testing when creating rules, etc.. colored_json looks like a good crate to use as I would like to output in color to make easier to read.
The text was updated successfully, but these errors were encountered:
@YamatoSecurity Thanks for creating issue.
I implemented json-timeline and jsonl-timeline standard I/O with colored-json crate.
because output of json-output each record to reduce memory usage, formatted json outputting is difficult.
When outputting to standard output with the
json-timeline
command the results are the same ascsv-timeline
, however, it would be nice to output in JSON format for quick testing when creating rules, etc..colored_json looks like a good crate to use as I would like to output in color to make easier to read.
The text was updated successfully, but these errors were encountered: