1
response
response
I am trying to use im_file on a Windows server to monitor all *.log files in one folder which do not contain an underscore "_" character, e.g., someApplication_YYYYMMDD.log should not be monitored, but someApplication.log should be monitored. This is what I have tried.
<Input allfiles>
Module im_file
File 'C:\\Temp\\Logs\\*[!_].log'
SavePos TRUE
InputType LineBased
</Input>