with the translate plugin, are the fields in the dictionary a strict/exact match, or will a "contains" also match?
so if my yaml file had something like:
"blah.com" : "true"
would a log line with www.blah.com also match? if not can I do something like *.blah.com in the yaml file?