开发者

How do you make a 'NOT LIKE' filter in Chainsaw?

开发者 https://www.devze.com 2023-02-13 09:08 出处:网络
For example, I have a filter: MSG LIKE QueryAdvisor.* and I want to change it to see all of the eve开发者_StackOverflow社区nts that do not match.use:

For example, I have a filter: MSG LIKE QueryAdvisor.* and I want to change it to see all of the eve开发者_StackOverflow社区nts that do not match.


use: ! ( msg like QueryAdvisor.* )

Note the use of parens around the expression being negated..

Try out the latest developer snapshot here, which doesn't require spaces around operators and operands or spaces around parens..

http://people.apache.org/~sdeboy

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号