--- title: "VBRVSAEventForwardingOptions" description: "Contains Veeam Software Appliance syslog event forwarding settings. The settings define the syslog server to which appliance events are forwarded, the transport protocol, and the severity levels and per-application filters that determine which..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrvsaeventforwardingoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRVSAEventForwardingOptions" dateModified: "2026-09-03" --- # VBRVSAEventForwardingOptions Contains Veeam Software Appliance syslog event forwarding settings. The settings define the syslog server to which appliance events are forwarded, the transport protocol, and the severity levels and per-application filters that determine which events are sent. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
SyslogForwardingEnabled |
Boolean |
Indicates whether syslog event forwarding for the Veeam Software Appliance is enabled. |
|
UseBackupServerSyslogOptions |
Boolean |
Indicates whether the appliance reuses the syslog server settings configured for the Veeam Backup & Replication server. |
|
ServerName |
String |
DNS name or IP address of the syslog server to which appliance events are forwarded. |
|
Port |
Int32 |
Port number of the syslog server. |
|
TransportProtocol |
Transport protocol used to send messages to the syslog server. Possible values:
|
|
|
SeverityRules |
Array of severity levels that are forwarded by default. Possible values:
|
|
|
AdvancedFilters |
Array of per-application filtering rules that override the default severity rules for specific applications or daemons. |