Add System Time Filter

Definition

Description

Add the current system time to the event, and set FieldName to GMT in msecs plus or minus Number of msecs.

 

 

Comments

If FieldName is missing, blank or invalid, + or - calculation will not be executed.

If Number is missing, blank or invalid, FieldName will not be set.

 

Example

<filter objectId="addTime" type="AddSystemTimeFilter">
	<parameter type="FieldName">ev:host</parameter>
	<parameter type="Number">+30000</parameter>
</filter>