A quick tool to analyze the IIS web server access logs from Azure. Just copy and paste the log, and get some instant stats.
To quickly analyze the IIS logs that you downloaded from Azure:
- Go to the https://iis-logs.azurewebsites.net/
- Copy and paste your IIS log into the webpage.
All done!
To deploy, download the code and run:
npm run build
After that, copy the files from the dist
folder to your server.
No backend required, but the files won't work on localhost due to Vue.js being used.
For localhost, use npm run dev
.
Feedback and pull requests are welcome.