kulichr / LogPars

Easy linux log parser written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date) GitHub top language GitHub last commit

LogPars

Log Pars is a basic linux based log parser written in Python. Example of result

Usage

If you are looking for one specific word:

python3 logpars.py [error message you are looking for] [/var/log/TARGETLOG]

If you are looking for more than one word string, use quotation marks:

python3 logpars.py ["error message you are looking for"] [/var/log/TARGETLOG]

Requirements

Python 3

Whole script is written in Python 3.8, which is recommended for best functionality. Something might not work well in older versions. Python is free to download from official website for all platforms.

Help & issues

If you have any question, ideas or issues, you can report them through Issues.

About

Easy linux log parser written in Python.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%