logdissect-3.1.1
Logdissect is a CLI utility and Python library for analyzing log files and other data. It can parse, merge, filter, and export data (to log files, or JSON).
Changes
See CHANGELOG.md
Usage
See README.md
Installing
Installing via GitHub
The included Makefile will install logdissect for whichever versions of Python are available. If both are present, the command-line program will use Python 2, which is a bit faster.
Requirements: python, python-setuptools (and/or python3, python3-setuptools)
wget https://github.com/dogoncouch/logdissect/archive/v3.1.1.tar.gz
tar -xzf v3.1.1.tar.gz
cd logdissect-3.1.1
sudo make all
sha256sum:
c9805bff8973fac467efe7de74f63c5242c01de89506f0cf9019fa54e8d265a8 v3.1.1.tar.gz
Installing via PyPI
Requirements: pip
sudo pip install logdissect