Hi Guys
Ive got the regex for Cisco pix as being
regexp=(?P<date>\SYSLOG_DATE)\s*(?P<sensor>[^\s]*).*:.*?(PIX|ASA)-\d-(?P<sid>\d+):.*?(from|src|for inside|for outside|src inside|src outside).*?(?P<src>\IPv4)(\/(?P<sport>\d+))?.*?(dst|to inside|to outside|dst inside|dst outside).*?(?P<dst>\IPv4)(\/(?P<dport>\d+))?
how do i configure the rsyslog.conf that a message conforms to the above regex then it must insert into mysql.SystemEvents table?\
Please help
Thanks
Stuart

