Turn Off the Cortex Integration#
Turn off the Cortex integration if you don't use Cortex analyzers or responders.
Maintenance window required
This procedure involves changing configuration files and restarting services. Schedule a maintenance window to prevent service disruption.
Procedure
-
Stop TheHive service.
Service commands
Stop and restart commands depend on your installation method and the specific service. Refer to the official documentation for the appropriate commands.
- Linux installation: Depending on your distribution and the service, use
systemctlorservice. See the systemctl documentation and the service documentation for details. - Docker Compose deployment: Refer to the official Docker Compose documentation.
- Kubernetes deployment: Refer to the kubectl scale documentation or the kubectl rollout restart documentation.
- Linux installation: Depending on your distribution and the service, use
-
Open the
application.conffile using a text editor. -
Uncomment the following line:
scalligraph.disabledModules += org.thp.thehive.connector.cortex.CortexModule -
Save your modifications in the
application.conffile. -
Restart TheHive service.