Forum Discussion

Gill_32697's avatar
Gill_32697
Icon for Nimbostratus rankNimbostratus
Apr 27, 2015

tmsh Syslog match filter script

This is a snippet of a syslog filter that is work perfectly.   -- filter f_custom { (level(notice) and match(\"Pool /Common/\")) ;   -- I'm needing to add a few more search filters but cant g...