I'm trying to monitor a log file that gets created new everyday with the date in the name (Example mailet-2016-08-16.log). The application owner keeps 30 days of logs and I'm only wanting to monitor the current log newly found strings that I specify. The problem i'm having is the Log Parser monitor is picking up the string in old logs creating false alerts.
Here is how I have the script arguments setup: E:\James_2.2.0\apps\james\logs\mailet-*.log,Could not connect to SMTP host,new,0
Any suggestions. Thanks in advance!