IBM Security QRadar SOAR

 View Only
Expand all | Collapse all

Creating multiple instances of an app in integration server

  • 1.  Creating multiple instances of an app in integration server

    Posted Tue October 11, 2022 02:59 AM
    Good morning all ,

    We have a requirement to install multiple instances of an app on the integration server.
    We are using windows integration server on our setup.

    What is the best possible way to achieve that.

    Example :
    Installing multiple instances of Microsoft Azure Sentinel for IBM SOAR https://exchange.xforce.ibmcloud.com/hub/extension/9b0cf8a90909e8f79e35de1b2062f839
    each with different configurations and all of them connected to the SOAR at the same time.


    Thank you.

    ------------------------------
    mohamad islam hamadieh
    ------------------------------


  • 2.  RE: Creating multiple instances of an app in integration server

    Posted Tue October 11, 2022 08:03 AM
    Hi Mohamad,

    Running multiple instances of Resilient circuits on the same server can be achieved by using python virtual environments.

    Python virtual environments can be managed by environment management tools such as
    virtualenv or pipenv.

    Separate config files will need to be used for each instance. This can be achieved by using the Resilient
    circuits --config-file option.

    e.g.
    resilient-circuits run --config-file <path_to_config_file>/app.config

    This model can be used if:
    1. You are running different apps in each instance.
    or
    2.You are running against multiple organizations in the SOAR instance.

    It is not recommended to run multiple instances of the same app against a single
    SOAR organisation.

    Regards,

    ------------------------------
    JOHN PRENDERGAST
    ------------------------------