Logdissect

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

Logdissect


Description

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).


Installing

To install the latest release... To install the development version...


Index


Features

  • Parsing log lines and files
  • Merging multiple logs into one
  • Filtering out unwanted data
  • Exporting to log files or JSON
  • Supports various log formats (e.g. syslog, apache)

Examples of use

  • logdissect --last 10m auth.log
  • logdissect --last 1h --process systemd --process CRON messages
  • logdissect -v --range 20160202020202-20170227213200 --label fpath messages debug apache2/error.log

Notes

  1. Metadata: ...
  2. Re-parsing: ...
  3. Range shortcuts: ...
  4. Last options: ...
  5. Multiple options: ...

Copyright

MIT License ...





> Visit Logdissect Website <