dewi-logparsers

DEWI Logparser Module Framework: process / analyze syslog files


Keywords
tool, framework, development, synchronization
License
LGPL-3.0
Install
pip install dewi-logparsers==2.1.0

Documentation

DEWI module framework

Name

DEWI: Old Welsh form of David

The name is chosen because of the similarity to DWA, which was the project's original name, which stands for Developer's Work Area.

Purpose

This code is the logparser framework related to DEWI.

If a program needs to analyze syslog messages stored in files, eg. /var/log/messages-*, the logparser modules can be used.

Installation

It can be installed from source:

python3 setup.py

Or from pip:

pip install dewi_logparsers

Usage:

Please refer the tests as of now.