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
- Host: GitHub
- URL: https://github.com/nitishm/pyloganalyzer
- Owner: nitishm
- Created: 2016-05-31T03:01:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T21:42:41.000Z (about 8 years ago)
- Last Synced: 2025-01-01T21:22:32.062Z (5 months ago)
- Topics: pyparsing, python, regex
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)