SyslogFileDataUpdateSpec
Information related to File based logging data.
{
"enabled": true,
"enabled_on_error": true,
"unc_domain": "domain",
"unc_password": [
"<password>"
],
"unc_path": "//10.117.146.17/temp",
"unc_username": "administrator"
}
Indicates whether local/remote file based logging is enabled for all events.
Indicates whether local/remote file based logging is enabled for audit events when there is any error in writing events to EventDatabase or syslog.
The remote UNC domain
The remote UNC password.This field is required if unc_user_name is set.
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.
The remote UNC user name. This field is required if any of the unc_path, unc_password, unc_domain is set.