Common Properties When Editing an Engine Configuration
Review engine configuration properties in Cortex XSOAR 6.13.
The following table describes the common properties when editing an engine configuration using the d1.conf file (located by default at /usr/local/demisto/) or in the JSON formatted configuration dialog box in Cortex XSOAR.
http_proxy
String
The IP address of the HTTP proxy through which the engine communicates. For an example, see Configure the Engine to Use a Web Proxy.
The engine d1.conf file.
https_proxy
String
The IP address of the HTTP/s proxy through which the engine communicates. For an example, see Configure the Engine to Use a Web Proxy
The engine d1.conf file.
LogLevel
String
debuginfowarning
The engine d1.conf file or in the JSON formatted configuration dialog box.
BindAddress
String
The port on which the engine listens for agent connection requests and communication task responses.
The engine d1.conf file.
EngineURLs
String array
An array of Server addresses to which the engine tries to connect. If you change the server URL, you need to update this parameter.
The engine d1.conf file.
LogFile
String
Path to the d1.log file. If you change the name or location of the d1.log file, you need to update this parameter.
The engine d1.conf file.
log.rolling.maxfilesize
String
The maximum size in MB to retain log files based. Default is 20 MB.
log.rolling.backups
String
The maximum number of log files to retain. Default is 3.
log.rolling.maxage
String
The maximum number of days to retain old log files based on the time stamp encoded in the file name. Default is 0 (not to retain old log files based on age).
engine.allow.data.collection
String
Disables the option to send communication task forms through the engine.
false
The engine d1.conf file.
Last updated
Was this helpful?
