Please refer to this private repository to find the initial work on this jira:
https://bitbucket.org/srishtitiwari/access-log-parser/src/master/
1. Please note that the current version assumes the default format of access.log in Apache web server while parsing. If the format of the access.log changes, the changes would be required in this parser as well.
2. The python interpreter used was Python 3.6.
3. To set up the script on the server, the administrator needs to set up a cron job. Please refer to the readme file.
4. The things left to do are present as comments in the code. These are as follows:
- Check if permissions exist to read the access.log file
- Change CSV to SQL LITE or any other file-based database
- Change the location of the generated file (undecided)
- Setup build pipeline for this project
Thanks,
Srishti
Please transfer ownership of repo to lorainelab team (so that we can see the code)