Copy Event Filter

Definition

Description

If event matches Condition copy event to DestinationName.

 

 

Comments

Original event will always pass through. If Condition is unspecified copy the event to the destination. If the DestinationName is unspecified or invalid don't copy.

 

Example

<filter objectId="Filter.CopyEvent" type="CopyEventFilter">
	<parameter type="Condition">
		<negatePrimaryCondition>false</negatePrimaryCondition>
		<conditionRelation>Any</conditionRelation>
	</parameter>
	<parameter type="DestinationName">Stack.ProcessLegalEvents</parameter>
</filter>