Syslog NG Parser Example PHP

syslog-ng.conf: options {   use_dns(no);   use_fqdn(no);   check_hostname(yes);   keep_hostname(yes);   chain_hostnames(no);   dns_cache(no);   sync(0); }; source syslog_remote {   tcp();   udp(); }; filter ip_filter {   facility(<facility>) and   host (<ip address>) or   host (<ip … Continue reading Syslog NG Parser Example PHP