Skip to content

Takes a log file and counts errors. It also generates basic user statistics and creates two .csv files representing error type count, and user statistics.

Notifications You must be signed in to change notification settings

aasmal97/Categorize-Log-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Running the Script

  1. Replace the syslog.log file with your own log file
  2. Run the script.py file inside the error_script directory.
  3. Your generated csv files will be error_message.csv and user_statistics.csv

#Note:

  1. For a custom made solution, the script.py can be modified to fit your custom log file format
  2. The log file is only read, and never written to or modified.

About

Takes a log file and counts errors. It also generates basic user statistics and creates two .csv files representing error type count, and user statistics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages