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'm using the demo version of Enterprise 7.5
any other ideas?
Could you send us the program settings (you can save them using the File > Backup command) and reports for the profiles with both sources and just one source, so we'll check what could cause the issue? Our email is support@weblogexpert.com
I have one log file per date. When I analyze I don't want to include today's log file because the day is not over. So I was trying to tell the program to only analyze up to yesterday's date. So I added %Date-1% to the log source but maybe I did it wrong. Maybe you can help with this
my log file for 2/17/12 is called u_ex120217.log
my log file for 2/16/12 is called u_ex120216.log
etc.
What would I enter for the log source to get all log files older than 1 day?
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).