Closed
Description
Bug / Feature Request
Work Environment
Question | Answer |
---|---|
OS version (server) | Debian |
OS version (client) | 10 |
TheHive version / git hash | 4 RC1 |
Package Type | DEB |
Problem Description
If there is no cortex integrated, and you open a case a error message is popping up:
SearchSrv.NotFoundError
As you can see in the developer console this is linked to a call, that results in a 404:
http://:9000/api/connector/cortex/action/_search?range=0-100&sort=-startDate
Possible Solutions
Prevent that call if cortex is not configured.