
VariableLookupFile
This handler replaces variable values.
It references a replacement mapping file you specify in the "file" property.
The file must be plain text, with the format
value=replacment
on separate lines.
If the file's name is relative (not absolute),
the file is offset from the application's home directory.
Augur first parses variables from received events, as defined in a rule tree. This handler runs next, to replace specified variable's value, if an associated replacement if found. Otherwise, the original variable remains unchanged. You specify the name of the variable to be affected in the "variable" property.