Skip to content

Riddhima-sh/LogAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogAnalyzer

Small Python project that parses web server access logs.

Contents

  • LogParser.py - main script to parse logs.
  • access.log, access234.log, access4567.log.log - example large log files (stored with Git LFS).

Notes

  • Large log files are tracked with Git LFS. Make sure you have Git LFS installed before cloning or fetching the repository so the log files download correctly.

Quick start

  1. Install Git LFS (Windows):

  2. Clone the repo (Git LFS will pull large files automatically):

    git clone https://github.com/Riddhima-sh/LogAnalyzer.git

  3. Run the parser (requires Python 3.x):

    python LogParser.py

If you prefer to keep large logs out of your working directory while still stored on GitHub, consider removing or moving the access*.log files locally — they remain available in the repository via LFS.

License

This repository currently has no license. Add one if you plan to share it publicly.

About

This project is a small python script/program which parses through logs, especificaly access logs with authentication codes, and converts them to excel for categorial view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages