Hi all, Is it possible exclude a record from log that contains only a single word for each row? for eg: none none none found I guess a regex similar to this: ^none$ [FILTER] name grep match * regex ^none$ Thanks in advance.