Skip to content

This repository contains Python scripts for analyzing various types of system logs, including authentication, kernel, MongoDB, Nginx error, Nginx access, and system logs. Each script extracts and displays information relevant to its log type, aiding in troubleshooting and monitoring tasks.

License

Notifications You must be signed in to change notification settings

KernelKraze/LogView

Repository files navigation

LogView Project README

📁 Project Structure

📂 LogView
.
├── AuthView.py
├── KernelView.py
├── LICENSE
├── MongodbView.py
├── NginxErrorView.py
├── NginxView.py
├── README.md
├── README_CN.md
├── README_KR.md
├── SysLogView.py
├── 📂doc
│   ├── AuthView.md
│   ├── AuthView_CN.md
│   ├── AuthView_KR.md
│   ├── KernelView.md
│   ├── KernelView_CN.md
│   ├── KernelView_KR.md
│   ├── MongodbView.md
│   ├── MongodbView_CN.md
│   ├── MongodbView_KR.md
│   ├── NginxErrorView.md
│   ├── NginxErrorView_CN.md
│   ├── NginxErrorView_KR.md
│   ├── NginxView.md
│   ├── NginxView_CN.md
│   ├── NginxView_KR.md
│   ├── SysLogView.md
│   ├── SysLogView_CN.md
│   └── SysLogView_KR.md
├── 📂example_log
│   ├── auth.log
│   ├── kern.log
│   ├── mongod.log
│   ├── 📂nginx
│   │   ├── access.log
│   │   └── error.log
│   └── syslog
├── generate_logs.py
├── test_output.py
└── 📂video
    └── demo.webm

5 directories, 37 files

This project handles and analyzes various types of logs to understand system status and troubleshoot issues. Each module provides detailed information about specific types of logs to help diagnose and resolve problems.

Demonstration Video

Demonstration Video

doc

Take a quick look at the documents in the doc folder to see what each file does! Note: If you want to use these tools, please modify the paths to actual paths, as the current paths are example log paths.

中文 한국어

About

This repository contains Python scripts for analyzing various types of system logs, including authentication, kernel, MongoDB, Nginx error, Nginx access, and system logs. Each script extracts and displays information relevant to its log type, aiding in troubleshooting and monitoring tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages