Edit Cortex XSOAR engine configurations by modifying d1.conf or specific properties in the JSON formatted configuration section.
You can edit the engine configuration by either modifying the d1.conf
file on the engine, or in Cortex XSOAR by modifying specific properties in the JSON formatted configuration dialog box (Shell installations only).
Modify the d1.conf
file.
On the machine on which you installed the Engine, navigate to the
d1.conf
file:Installation Type
Location
RPM, DEB, Shell
/usr/local/demisto
If using multiple engines, the location is
/usr/local/demisto/
. For example,name of the engine>
/usr/local/demisto/d1_e1
ZIP
Same folder as the binary.
Modify the file as required. See Common Properties When Editing an Engine Configuration.
You can Configure the Engine to Use a Web Proxy or Configure the Engine to Call Cortex XSOAR Without a Proxy.
Modify the configuration in Cortex XSOAR.
Ensure that the data is in JSON format. The properties that you specify override the values defined in the d1.conf
file. A use case for modifying the engine configuration is if you want to generate engine logs for a specific log level.
From the engines table, select the engine for which you want to modify the configuration.
Click Edit Configuration.
In the JSON formatted configuration dialog box, modify the properties as required. For more information, see Common Properties When Editing an Engine Configuration
Download and modify the configuration file
From the engines table, select the engine for which you want to modify the configuration.
Click Download Configuration.
Modify the properties in the downloaded d1.comfig file as required. For more information, see Common Properties When Editing an Engine Configuration,
Navigate to the
d1.conf
file: and replace it with the edited config file.