I have the webintelligence APP working OK. The one problem I have is that in /webintelligence/lookups/sourcenames.csv I have to specify each and every log file individually like this:
"\\webserver\c$\windows\system32\logfiles\w3svc1\ex111101.log",srvexchange
"\\webserver\c$\windows\system32\logfiles\w3svc1\ex111102.log",srvexchange
Can I use a wildcard here so that it will pick up all the log files like this:
"\\webserver\c$\windows\system32\logfiles\w3svc1\ex*.log",srvexchange