turbinia
turbinia copied to clipboard
Support .json output in Plaso task
We can currently set the --output_format
to json in the recipe, but the file still gets written as a .csv file. It would be nice to write the correct file type and have a dedicated evidence type PlasoJsonFile
similar to the existing PlasoCsvFile
(it can probably just be an empty subclass).