https://github.com/noczero/zerologextractor
Extract some information from Nginx based style log.
https://github.com/noczero/zerologextractor
Last synced: about 1 month ago
JSON representation
Extract some information from Nginx based style log.
- Host: GitHub
- URL: https://github.com/noczero/zerologextractor
- Owner: noczero
- Created: 2023-07-08T15:22:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T18:43:51.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T07:33:30.443Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZeroLogExtractor
===
Get some information from Nginx log file JSON formatter then save it to CSV file.
It parses log time, IP address, city, ISP provider, and user-agent.
## How to use
``
$ python main.py --input ./input/files.log --output ./output/output.csv
``