SyslogFileDataUpdateSpec

SyslogFileDataUpdateSpec
SyslogFileDataUpdateSpec

Information related to File based logging data.

JSON Example
{
    "enabled": true,
    "enabled_on_error": true,
    "unc_domain": "domain",
    "unc_password": [
        "<password>"
    ],
    "unc_path": "//10.117.146.17/temp",
    "unc_username": "administrator"
}
boolean
enabled
Required

Indicates whether local/remote file based logging is enabled for all events.

boolean
enabled_on_error
Required

Indicates whether local/remote file based logging is enabled for audit events when there is any error in writing events to EventDatabase or syslog.

string
unc_domain
Optional

The remote UNC domain

array of string
unc_password
Optional

The remote UNC password.This field is required if unc_user_name is set.

string
unc_path
Optional

The remote UNC path for syslog to move files. If not set, logs are kept locally at path PROGRAMDATA%\VMware\VDM\events. This field is required if any of the unc_user_name, unc_password, unc_domain is set.

string
unc_username
Optional

The remote UNC user name. This field is required if any of the unc_path, unc_password, unc_domain is set.

Property Of