-
Notifications
You must be signed in to change notification settings - Fork 18
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
Specify Output File/Path #1
Comments
Sure something like this could be added to the example files. I think adding/customizing output capabilities to the library would be bit tricky/out of scope since it would be open ended. Instead I think ideally a program would import the library to parse the log data and then that program can decide how to output the data. I can add the capability to specify an output file/path to the example binaries/files I think that should address this issue. Otherwise let me know if it doesnt, thanks |
Thanks! My use case is just that I need to be able to specify the output path/file in some way while running non-interactively, so I really don't even need the stdout/terminal output. Looking forward to it! |
I just pushed an update to add output path support. I added a few additional tweaks to the example binaries as well. The
Example below shows run on live system and outputs single csv file to
Will this work for ur use case? |
I think this will work -- I'll try it out and let you know how it goes. Thanks for your help! |
First of all, thanks for such an awesome tool! I really appreciate all of the effort that went into this project.
However, I was wondering if the option already existed (or could be easily added) for specifying an output file/path for the results from the Unified Log parser?
The text was updated successfully, but these errors were encountered: