google / timesketch

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

Fix analyzers fetching active sessions #3093

Closed jkppr closed 1 month ago

jkppr commented 1 month ago

This PR fixes an issue that was discovered after releasing version 20240805 where an invalid API path that existed before is now returning a 404 error.

The problem was a unused parameter this.store in the fetchActiveAnalyses function. Removing the parameter from the function call fixes the URL path and even speeds up the analyzer UI 👍

Closing issues

closes #3092