I have about 1000 sites on multiple windows clusters. The IIS log files(text documents) are available for each site in a set location on the server. The solution what I am looking at should be able to do following things.
1) Push the log files into the cloud. 2) Read those log files and aggregate data like visits, views, hits by url and store it in the cloud for ease of reporting. 3) Access the aggregated data by a third party reporting solution.
First, i am trying to figure out what are my options and what kind of setup I need.