Hello Thwackers!!!
Quick question... I want to filter using excludes in the Syslog Viewer. To be clear, I don't want to eliminate the messages from Syslog - I just want to filter inside the viewer for them.
For example, I can include only messages with this IP by putting %192.1.3.4% in the "Message Pattern" box.
I can EXCLUDE messages with this IP by putting !%192.1.3.4% in the "Message Pattern" box.
What I want to do is exclude an IP AND exclude a partial user name. So in english: I want only messages that do NOT include the IP address of 192.1.3.4 and also do NOT include any user with 'anon' in the name.
Can this be done?
I have tried to no avail:
!%192.1.3.4%.!%anon*%
!%192.1.3.4%.!%anon?%
!%192.1.3.4% & !%anon*%
!%192.1.3.4% && !%anon*%
..and other combinations of the above...
Thanks in advance!!!