How to create complex filter conditions?
How to create complex filter conditions? Created 2003-05-13 by Usman Khawaja. I would like to create some more complex filters by combining ANDs and ORs. (condition “a” AND condition “b”) OR (condition “c” AND condition “d”) OR … where “condition a” could be one of the choices like “syslog priority < 4 “, etc. In […]