In 9.5 there is apparently another way of doing filters. This used to work:
(ip like 'nn.nn.nn.*') and (message not like '*10.nn.nn.n*') and (message not like '*xntpd*') and (message not like '*last message repeated*')
Now it claims that
The "Last xx Syslog Messages" resource threw an exception.. RunQuery failed, check fault information. |
Now, what would be the correct syntax? And why change this between releases?