Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output JSON format in json-timeline for standard output #1197

Closed
YamatoSecurity opened this issue Oct 22, 2023 · 2 comments · Fixed by #1252
Closed

Output JSON format in json-timeline for standard output #1197

YamatoSecurity opened this issue Oct 22, 2023 · 2 comments · Fixed by #1252
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

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.

@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Oct 22, 2023
@hitenkoku hitenkoku self-assigned this Oct 22, 2023
@hitenkoku hitenkoku modified the milestones: v2.10.0, v2.11.0 Oct 22, 2023
@hitenkoku
Copy link
Collaborator

@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.

> ./1197.exe json-timeline -d ../hayabusa-sample-evtx -w 
image

@hitenkoku
Copy link
Collaborator

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants