When adding application servers, update the engines to connect through the load balancer.
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.
Verify that the
BaseURL
andExternalHostname
server configurations have been updated on the servers to reference the load balancer url.Stop the engine service.
Create a backup of the
/usr/local/demisto/d1.conf
file.Edit the
/usr/local/demisto/d1.conf file
on the engine.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" ], … }
Start the engine service.
Validate the engine is connected by going to
→ .