Closed matthieuferon closed 4 years ago
The correct module name is org.thp.thehive.connector.cortex.CortexModule
(cf. documenation)
connectors.cortex.CortexConnector
is only for TheHive 3
I don't decide which module to load, it loads it by itself. Can you explain how to modify this behaviour?
See the key "play.modules.enabled" in application.conf. Replace
play.modules.enabled += connectors.cortex.CortexConnector
by
play.modules.enabled += org.thp.thehive.connector.cortex.CortexModule
Thank you for your help, it starts.
Thank you @To-om this works!
Hello all,
I don't know if it's really a bug but as I'm not a java dev I'can't solve the problem
I'm trying to setup The Hive 4 but it fails to start saying:
I look at the modules loaded in the java process module list and found:
As it is working with the version 3 of The Hive, I looked at the loaded modules and only found:
I've checked the connection to my cortex server with:
It works
I hop someone could help because I'm completely stuck. Thanks in advance
Here's my application.conf