For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.13

Deploy Engines in a High Availability Environment

Deploy engines in a Cortex XSOAR 6.13 high availability environment.

Engines deployed prior to the migration to Elasticsearch will remain connected to the newly migrated Cortex XSOAR application server.

When additional Cortex XSOAR application servers are deployed, and placed behind a load balancer, you need to update the engines to connect through the load balancer.

  1. Verify that the BaseURL and ExternalHostname server configurations have been updated on the servers to reference the load balancer url.

  2. Stop the engine service.

  3. Create a backup of the /usr/local/demisto/d1.conf file.

  4. Edit the /usr/local/demisto/d1.conf file on the engine.

  5. Set the first line in the EngineURLs section to point to the new load balancer URL.

    {
        "LogLevel": "info",
        "LogFile": "d1.log",
        "EngineURLs": [
            "wss://LOADBALANCERURL/d1ws"
        ],
    
    }
  6. Start the engine service.

  7. Validate the engine is connected by going to Settings → Engines.

Last updated

Was this helpful?