An open API service indexing awesome lists of open source software.

https://github.com/aasmal97/categorize-log-info

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.
https://github.com/aasmal97/categorize-log-info

automation csv google-it-automation log python3

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.