Hi all, I'm trying to figure out how to feed rsyslog with all sites error.log that is under users home directory as I forward them afterwards to a graylog server. I tried the following (imfile module is enabled) but doesn't seem to work: $InputFileName /var/www/clients/*/*/error.log $InputFileTag php_fpm_log: $InputFileStateFile php_log $InputFileSeverity info $InputFileFacility local6 $InputRunFileMonitor Any help is very much appreciated.
This path is not correct: /var/www/clients/*/*/error.log It shall be: /var/www/clients/*/*/log/error.log
Glad that problems can sometimes be this simple. Some seem much more complicated e.g. https://forum.howtoforge.com/thread...-email-is-moved-while-dsync-is-running.89038/