You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of available analyzers in the observable page is very slow on instances where a high number of analyzer jobs have been run in total (bug)
Request Type
Bug
Work Environment
Question
Answer
OS version (server)
Ubuntu 18.04
OS version (client)
Ubuntu 18.04
TheHive version / git hash
4.0.0-1
Package Type
DEB
Problem Description
On a TheHive instance, as the number of analyzer jobs increases, the list of available analyzers / analyzer job results takes longer on any new observable.
Time taken for the list of available analyzers to appear on the observable page of a new ovservable (no analyzer jobs run on it):
Total cases
Total observables
Total analyzer jobs run
Time to load analyzer list page (new observable)
20
100
200
<1 second
400
2000
4000
> 8 seconds
800
4000
8000
> 15 seconds
Steps to Reproduce
Create a TheHive instance and add multiple cases and observables.
Run multiple analyzers on different observables per case (500 observables, 20 analyzer jobs per observable).
Create a new case and add an observable.
When entering the observable details page, analyzers / analyzer jobs will take a long incremental time to appear.
Complementary information
Testing the query /api/connector/cortex/job/_search with TheHive4py, the same incremental times are obtained, it seems it may be related to cortex queries still using V0 API.
The text was updated successfully, but these errors were encountered:
DrJohn1
changed the title
[Bug] Slow loading of available analyzers in observable page
[Bug] Slow UI performance in observable analyzer jobs page
Sep 5, 2020
The list of available analyzers in the observable page is very slow on instances where a high number of analyzer jobs have been run in total (bug)
Request Type
Bug
Work Environment
Problem Description
On a TheHive instance, as the number of analyzer jobs increases, the list of available analyzers / analyzer job results takes longer on any new observable.

Time taken for the list of available analyzers to appear on the observable page of a new ovservable (no analyzer jobs run on it):
Steps to Reproduce
Complementary information
Testing the query
/api/connector/cortex/job/_search
with TheHive4py, the same incremental times are obtained, it seems it may be related to cortex queries still using V0 API.The text was updated successfully, but these errors were encountered: