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

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.

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
``