turbinia
turbinia copied to clipboard
Automation and Scaling of Digital Forensics Tools
- config / setup basics - examples - etc
Right now the cloud functions are written in javascript since when we wrote them originally GCF didn't support python, but now that it does, we should probably rewrite them.
The local stack documentation currently assumes the server and workers are running on 1 host. We need to add instruction to explain how to run workers on different hosts. The...
We don't need anything comprehensive, but it would be nice to have a few of the basic commands documented and link to some other resources for how to debug docker...
We should combine some of the Tasks that have one to one mappings of FileArtifactExtractionTasks to a given Analysis Task as there is not much benefit to separating these into...
We need to review and improve our development documentation to reflect the changes made to Turbinia and insights into good and simpel development workflows.
Turbinia tries to load the configuration on import of the modules. This brings all kinds of problems with it, for example: - messages about using a template file which are...
The workers deal with a lot of large evidence files and can easily fill up their disks depending on their configuration. When the disks get full, this can cause other...
Add prometheus metrics to monitor server/worker uptime