google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
735 stars 161 forks source link

[FR]: More filter options for the turbinia-client #1403

Open wajihyassine opened 9 months ago

wajihyassine commented 9 months ago

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 this feature improve or what problem would it solve?

Improved way to filter through a Turbinia request that doesn't require further parsing via jq or grep

What alternatives have you considered?

Using jq or grep to try to parse it out as currently done