Common Properties When Editing an Engine Configuration - Edit a Cortex XSOAR engine configuration by changing the common properties in the JSON formatted section of the d1.config file. - Administrator Guide - 6.12 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.12
Creation date
2023-04-30
Last date published
2025-07-10
Category
Administrator Guide
Abstract

Edit a Cortex XSOAR engine configuration by changing the common properties in the JSON formatted section of the d1.config file.

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.

Property

Type

Values

Edit

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

  • debug

  • info

  • warning

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).

Note

A day is defined as 24 hours and may not exactly correspond to calendar days due to daylight savings, leap seconds, etc.

engine.allow.data.collection

String

Disables the option to send communication task forms through the engine.

  • false

The engine d1.conf file.