Number To IP Address Conversion Filter

Definition

Description

If event matches Condition convert a number Expression to an IP address and place the result into  FieldName.

 

 

Comments

If either FieldName or Expression are blank, missing or invalid, the filter is disabled.

 

Example

<filter objectId="ipConvert" type="NumberToIPAddressConversionFilter">
	<parameter type="Condition">
		<negatePrimaryCondition>false</negatePrimaryCondition>
		<conditionRelation>Any</conditionRelation>
	</parameter>
	<parameter type="Expression">
		<type>String</type>
		<formatString>%1%</formatString>
		<formatParmSpec>
			<type>EventType</type>
			<name>ev:ipNum</name>
		</formatParmSpec>
	</parameter>
	<parameter type="FieldName">ev:ip</parameter>
</filter>