An open API service indexing awesome lists of open source software.

https://github.com/nitishm/pyloganalyzer

A generic pattern based log parsing library
https://github.com/nitishm/pyloganalyzer

pyparsing python regex

Last synced: 3 months ago
JSON representation

A generic pattern based log parsing library

Awesome Lists containing this project

README

        

# PyLogAnalyzer
A python based log analyzer. Works by defining a BNF grammar and using that to parse structured log files and extract information that would allow the end user to search and sort logfiles.
## PcapTool
A grammar based hex to pcap generation tool.(For networking logs)