IIS centralize log
am 29.06.2007 16:52:46 von OsebornHello,
Do you know how centralize the logs of IIS 6 with loadbalancing?
Thank you for your feedbacks
Hello,
Do you know how centralize the logs of IIS 6 with loadbalancing?
Thank you for your feedbacks
On Jun 29, 7:52 am, "Oseborn"
> Hello,
>
> Do you know how centralize the logs of IIS 6 with loadbalancing?
>
> Thank you for your feedbacks
IIS6 creates log file(s) per website by default, and the frequency of
log files depends on configuration (per day, per hour, etc). IIS6 also
has centralized binary logging which aggregates all log entries of all
websites on that server into one file.
But, IIS6 does not support centralizing log by aggregating log entries
from multiple servers concurrently.
However, you can use LogParser to query/analyze those log files,
centralized or not, simultaneously -- so you really do not need to
merge all the data into any one file, unless your log analysis
software has limitations that require it.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//