google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.52k stars 577 forks source link

Update run_analyzers in the api client #3037

Closed jkppr closed 4 months ago

jkppr commented 4 months ago

This PR removes the client side check if analyzers have already been run in the Timesketch API client and makes it compatible with the server side handling of duplicate analyzer executions introduced in PR https://github.com/google/timesketch/pull/2883 .

Closing issues

closes #2995