Logdissect Versions Save

CLI utility and Python module for analyzing log files and other data.

v3.1.1

6 years ago

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

v3.1

6 years ago

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

v3.0.2

6 years ago

logdissect-3.0.2

A CLI utility and Python API for analyzing log files and other data.

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.0.2.tar.gz
tar -xzf v3.0.2.tar.gz
cd logdissect-3.0.2
sudo make all

sha256sum:

0d58c081faacee3c8b41b494aa24517579d0f4e1ee0c3f0767cc0152c696f712  v3.0.2.tar.gz

Installing via PyPI

Requirements: pip

sudo pip install logdissect

v3.0.1

6 years ago

logdissect-3.0.1

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

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.0.1.tar.gz
tar -xzf v3.0.1.tar.gz
cd logdissect-3.0.1
sudo make all

sha256sum:

a5cb00a3e51783517967a3c5214d1a5d82621883a5cd5e7dbea40d3d09f0c3f0  v3.0.1.tar.gz

Installing via PyPI

Requirements: pip

sudo pip install logdissect

v3.0

6 years ago

logdissect-3.0

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

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.0.tar.gz
tar -xzf v3.0.tar.gz
cd logdissect-3.0
sudo make all

sha256sum:

d6531d4e017bf2e4cc3811771a68db49828bf8c8405febd526250a674b5e9629  v3.0.tar.gz

Installing via PyPI

Requirements: pip

sudo pip install logdissect

v2.2.1

6 years ago

logdissect-2.2.1

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Usage

See README.md

Installing

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/v2.2.1.tar.gz
tar -xzf v2.2.1.tar.gz
cd logdissect-2.2.1
sudo make all

sha256sum:

a6196bbbce71558d179f379dea852c1561856ccab90953eb8f4258963f972a52  v2.2.1.tar.gz

v2.2

6 years ago

logdissect-2.2

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Usage

See README.md

Installing

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/v2.2.tar.gz
tar -xzf v2.2.tar.gz
cd logdissect-2.2
sudo make all

md5sum:

ff9fe376e22078e607dbe131c39fd0ee  v2.2.tar.gz

v2.1

6 years ago

logdissect-2.1

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Usage

See README.md

Installing

logdissect can be installed for Python 2, Python 3, or both. If installing for both, installing for 3 then 2 is recommended. This will result in the executable version using the Python 2 module, which is faster.

Installing with pip

Python 2 (standard, faster)

Requirements: python, python-setuptools, python-pip

sudo -h pip install logdissect

Python 3

Requirements: python3, python3-setuptools, python3-pip

sudo -h pip3 install logdissect

Installing manually

Python 2 (standard, faster)

Requirements: python, python-setuptools

wget https://github.com/dogoncouch/logdissect/archive/v2.1.tar.gz
tar -xzf v2.1.tar.gz
cd logdissect-2.1
sudo make all

md5sum:

38600f7940ac90a7e6bbbe587171846f  v2.1.tar.gz

Python 3

Replace sudo make all with sudo python3 setup.py install in the standard instructions to install for Python 3.

v2.0.2

6 years ago

logdissect-2.0.2

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Installing

Requirements: python, python-setuptools, python-pip

sudo pip install logdissect

Installing manually

Python 2 (standard, faster)

Requirements: python, python-setuptools

wget https://github.com/dogoncouch/logdissect/archive/v2.0.2.tar.gz
tar -xzf v2.0.2.tar.gz
cd logdissect-2.0.2
sudo make all

md5sum:

32870f1dc20e3693857ba5ce5748017f  v2.0.2.tar.gz

Python 3

Replace sudo make all with python3 setup.py install in the standard instructions to install for Python 3. Logdissect has not been extensively tested with Python 3 yet.

Usage

See README.md

v2.0.1

6 years ago

logdissect-2.0.1

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Installing

Requirements: python, python-setuptools, python-pip

sudo pip install logdissect

Installing manually

Requirements: python, python-setuptools

wget https://github.com/dogoncouch/logdissect/archive/v2.0.1.tar.gz
tar -xzf v2.0.1.tar.gz
cd logdissect-2.0.1
sudo make all

md5sum:

b51c2decb82ca41d563e62d5cb22771b  v2.0.1.tar.gz

Usage

See README.md