IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Specify the filter predicate
A filter predicate can be either an expression or the reserved word "true", which is a complete filter expression that indicates filtering is disabled and that every log and trace record should be output.
Conditional operators used in the filter predicate:
- = (equal)
- > (greater than)
- < (less than)
- >= (greater than or equal to)
- <= (less than or equal to)
- <> (not equal to)
- MATCH. The MATCH pattern-matching operator is a very powerful operator that allows you to select log or trace records using regular-expression syntax. Strings with either special characters or spaces used in the regular expression must be enclosed in single quotes.
Boolean operators used in the filter predicate are OR and AND. Boolean operators conjoin two expressions. They must take the form:
(expression) OR (expression) (expression) AND (expression)The parentheses are required around each expression.