Log parser is a tool for simple parsing of log files line by line. It assumes your log is in the form of a series of strings separated by tab or some kind of special field separator. You can parse any kind of log here simple way. Just upload your log file and parse is you can analysis it. If your file is big it does not matter. It parse it very faster.
Need Python Django
- pip install apache-log-parser==1.7.0
- pip install django-datatable==0.3.1
- Add site which log file you want to parse.
- Add log format (More info).
- Upload your log file.
- Analysis as your need.