Juan Leaniz
Juan Leaniz
These options are implemented under ```turbinia-client status statistics``` ``` root@e988b901ec91:/workspaces/turbinia/turbinia/api/cli# turbinia-client status statistics -h 2023-10-09 13:42:00,752 INFO turbinia - Using configuration instance name -> default with host http://localhost:8000 Usage: turbinia-client...
I'll give that a shot to see if we can use the class attributes docstring as a help message and pass this to the client via the API. I assume...
Is this what you were referring to, or a different type of filtering?
Review and refactor all e2e tests to use the APi server and turbinia-client instead of turbiniactl
Closed in #1463
Looking into this, I believe the logging issue is caused by supervisor redirecting stdout/stderr to its own file(s). We have two options, a) can modify supervisor config to log stdout/stderr...
For what it's worth, I like supervisor because it can auto restart the app if it crashes for whatever reason, but we would seldom need this option plus we can...
As discussed out-of-band, this will be addressed in the api client PR. Will close this out once that PR is merged/finalized.
Hey Aaron, you should be about to create a recipe file with whatever configuration you need and pass it using --recipe_data as base64 encoded data.
Fixed in #1489