I read the the instructions and again UNcaffinated, I read:
Code: Select all
You will need to rename iis_log1 to the name of the file you desire to monitor. This must be unique.I am UNcafinatedly assuming that on both servers I can change iis_log1 to say WEBsitelog.log on server one and W3SVC2 on server two?
Or, can I just rename the iis_log1 to W3SVC1on both servers?
in otherwords if I added the following on both servers would NLS have a problem?
Code: Select all
# Watch your IIS log files
<Input iis_log1>
Module im_file
File 'C:\inetpub\logs\LogFiles\W3SVC2\WEBsitelog.log'
SavePos TRUE
Exec $Message = $raw_event;
</Input>
<Route 1>
Path internal, eventlog, WEBsitelog => out
</Route>