> The help menu documentation under "Manual Method" when creating Events
> states...
>  "NOTE: If you have multiple payload 'match on' expressions, they are
> linked by 'OR' logic - not 'AND' logic".

This is referring to multiple expressions created separately using the "Add"
button multiple times.

In other words, in the main event dialog if you hit Add and type an
expression "fred" and click OK, hit Add again and type "barney" and click
OK, you will see two separate items listed like this:

        ~fred
        ~barney

That event instance will match an incoming live event that has either "fred"
or "barney" in it, or both.  I just double checked in the source code of all
three event processors, and the logic is correct---we exit with match as
soon as we match one of the expressions listed.

>  It goes on to give an example but my testing shows it does the opposite
> and if you want to do 'OR' you need to use the (word1|word2) syntax.

Is it possible one of the other fields was incorrectly set?  What type of
event were you trying?  How did you test it?

It would help if you gave the exact example that you tried, and what the
event was that came in which incorrectly matched.

--Tim Farley
  Ipswitch


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to