turbinia
turbinia copied to clipboard
Automation and Scaling of Digital Forensics Tools
### What is the feature you are proposing? It would be nice if the API request logging went to the same directory as the other logs. Turbiniactl does log to...
### What is the feature you are proposing? Have the ability to filter requests by status (e.g. running, failed, completed). For example `turbinia-client status request $REQUEST_ID --filter="status=running` ### What would...
### What would this feature improve or what problem would it solve? This would allow someone to see when a request is done without having to continuously check. ### What...
### What would this feature improve or what problem would it solve? Would be able to see more details of the flags to know how to use the client better....
### What would this feature improve or what problem would it solve? This will make it easier to get the requests for a given user or time period. For example...
### What would this feature improve or what problem would it solve? The report data contains useful information about the Turbinia run so it would be good to see that...
### What would this feature improve or what problem would it solve? Be able to find specific tasks or specific types of tasks faster. This can be difficult when there...
Celery has the ability to retry Tasks and only retry an X max amount times before failing. We'd benefit from a Worker side timeout to at least retry a timed...
### What would this feature improve or what problem would it solve? Attaching and detaching of AWS EBS disks for AWS Kubernetes equivalent EKS ### What is the feature you...
### What steps will reproduce the bug? 1. When running a `turbinia-client` request 2. Setting the environment `TURBINIA_API_CONFIG_PATH` to a different path 3. Command that was run: `turbinia-client submit googleclouddisk...