Event Dictionary Files
There are three different types of EventDictionary files; the dictionary file (.dic), enrichment file (.enr) and filter file (.lft).
Dictionary file (.dic)
The filename of the dictionary file must be in the form "componentname-dictionaryname.dic". Dictionary files are loaded when the manager is created. Dictionary files are searched in components directories and in directory: "/conf/eventdictionary/dictionary/".
The dictionary file consists of a list of events composed of:
Enrichment file (.enr)
The filename of an enrichment file is in the form: "name.enr".
Filter file (.flt)
The filename of a filter file is in the form: "name.flt".
Filter files let you define source filtering behaviour, so that irrelevant events are not published. Filter files are loaded when the manager is created. Filter files are searched in components directories and in directory: "/conf/eventdictionary/filter/".
This file defines static filtering (at the event level and default value at the dictionary level). See the section called "Event dictionary filtering" for more about this feature.