Set-VBRVSAEventForwardingFilteringRule
Short Description
Returns an updated copy of an advanced filtering rule for Veeam Software Appliance syslog event forwarding.
Applies to
Product Edition: Veeam Universal License
Syntax
|
Set-VBRVSAEventForwardingFilteringRule -FilteringRule <VBRVSAEventForwardingFilteringRule> [-Application <String>] [-SeverityRules <VBRSyslogServerEventSeverity[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a new VBRVSAEventForwardingFilteringRule object based on an existing rule, with the values you specify overriding the original application name and the array of forwarded severity levels.
|
Note |
|
This cmdlet does not save changes to the configuration database. To apply the updated rule, pass the returned object to the Set-VBRVSAEventForwardingOptions cmdlet with the AdvancedFilters parameter. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FilteringRule |
Specifies the existing filtering rule that the cmdlet uses as the base for the updated copy. |
Accepts the VBRVSAEventForwardingFilteringRule object. To create this object, run the New-VBRVSAEventForwardingFilteringRule cmdlet, or retrieve one from the AdvancedFilters property of Get-VBRVSAEventForwardingOptions. |
True |
Named |
False |
|
Application |
Specifies the name of the application or daemon to which the rule applies. |
String |
False |
Named |
False |
|
SeverityRules |
Specifies an array of severity levels that the appliance will forward for the application. Accepted values:
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRVSAEventForwardingFilteringRule
Examples
Example 1. Modifying Severity Levels for Filtering Rule
|
This example shows how to build a copy of an existing filtering rule with new severity levels, and apply the updated rule to the appliance.
Perform the following steps:
|
Example 2. Renaming Application for Filtering Rule
|
This example shows how to build a copy of an existing filtering rule with a different application name, and apply the updated rule to the appliance.
Perform the following steps:
|
Related Commands