Skip to content

Turn Off the MISP Integration#

Turn off the MISP integration if you don't use MISP events. MISP taxonomies remain available as they're imported during TheHive installation.

Maintenance window required

This procedure involves changing configuration files and restarting services. Schedule a maintenance window to prevent service disruption.

Procedure

  1. Stop TheHive service.

    Service commands

    For stop/restart commands depending on your installation method, refer back to the relevant installation guide.

  2. Open the application.conf file using a text editor.

  3. Uncomment the following line:

    scalligraph.disabledModules += org.thp.thehive.connector.misp.MispModule
    
  4. Save your modifications in the application.conf file.

  5. Restart TheHive service.

Next steps