Filter instance, also called filter engine is a service that scans text/message against the sanction list, gives alert or no alert result.
Filter Instance manage those filter instances/engines. Currently we only support one physical index and one filter engine at a time; which also means that at any time, there are only one filter engine running, using the index that is last build (see Build-Index below). The last build index will override the previous one.
In the near future, we will support multiple indexes and filter instances running at any time. This function is under active development.
Click the "Filter Instance" in the left navigation menu under Filter management, a new "Filter Instance" Tab folder will created in the right panel. There are 3 sub-Tab folders, Search Filter Instance, Search result Filter Instance and Create New Filter Instance.

| InstanceId | This is the unique number for the Filter Instance entry in the system . |
| Instance Name | Name of the filter instance. |
| AND and OR | Select AND radio box if you want those criteria add together. Select OR radio box if you want to get the result of either criteria meet |

The top part is the table, shows the list of the filter instances that meet the search criteria. The bottom part is the details of the selected entry.
Double Click : the selected record in the table to modify this entry. A new Tab folder "Update/Delete Filter Instance" will be added, as show below.


Click Next Button to go to wizard step 2

This is a SDN list search panel, allowing user to select the list entries to be included in this filter instance/engine. It is pre-populated with the data in the Config Data field.
Set search criteria; then click Find Button will get a list of SDN list that meet the search criteria. Those SDN will be indexed and used by this filter instance to scan text or messages

Click Next button to go to wizard step 3: Save the configuration

Click Finish will save the configuration into Configuration Data field.
Click Cancel to discard those changes
Select the "Create New Filter Instance" Tab to create a new entry.

| Field Name | Descriptions. |
|---|---|
| InstanceId | This is the unique number for the Filter Instance entry in the system. |
| Instance Name | Name of the filter instance. This is a mandatory field. |
| Description | Description Descriptions of this entry. |
| Data | Configuration data to define what should be included to build the index. User has to set the data value via Configure button. |
| CreatedByDate | Date and Time when the entry is created. It is a read only field. |
| CreatedByUser | User who create this entry. It is a read only field. |
| ModifiedByDate | Last modified date and time; It is a read only field. |
| ModifiedByUser | Last modified user; It is a read only field. |