I can not understand what I'm missing in this syslog-ng filter. First of all this is the log message:
<22>Nov 3 09:57:44 logon avaya: 2015/11/03 09:57:44,00:00:01,1,0,103456456156,I,#AA:Poa,1231231123231,,0,1017121,0,T9002,Line 2.1,V9542,VM Channel 42,0,0,,,,,,,,,,,,,
and this is the filter on syslog-ng configuration:
filter f_avaya{
program("avaya");
};
Running syslog-ng in debug mode I saw that that message do not match the filter, why?