logdissect-3.1
logdissect-3.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.tar.gz
tar -xzf v3.1.tar.gz
cd logdissect-3.1
sudo make all
sha256sum:
3f5fc2e0af870edc4bffa8c890d94dccc684b8533301f4893fae153031731c75 v3.1.tar.gz
Installing via PyPI
Requirements: pip
sudo pip install logdissect