Each destination can be configured to forward only particular events. The default behaviour for each destination depends on the first filter.
...
Info | ||
---|---|---|
| ||
How specific your regular expression matches are will depend on your requirements.
|
...
Info | ||
---|---|---|
| ||
Search for a 'whitespace' character, followed by the text 'myword' followed by another whitespace character, or an end-of-line marker.
|
...
Info | ||
---|---|---|
| ||
It is important to note that any matches are performed on the string in the format in which it arrives at the Reflector and not on the format that it will be translated to when sent to the remote destination. All matches are case sensitive and use PCRE based regular expression formats. |