load balanced, multiple log files
I have two apache servers and 1 logfile oper day, per server. Do I just create multi-source (one per server) and just add all the files to their related server,
i.e. source 1 contains /logs/server39/*.gz
source 2 contains /logs/server40/*.gz
i.e. source 1 contains /logs/server39/*.gz
source 2 contains /logs/server40/*.gz
I think that the best solution in your case will be to compress log files to .zip archives each day (e.g. u_ex120217.log should be compressed to u_ex120217.zip). You can use Windows Task Scheduler with a script or batch file to automate this task. After it you can just set the program to analyze .zip logs only so logs for the current day won't be analyzed (and log files will require less disk space).