https://github.com/johnweldon/nginx-log-parse
Nginx log parser
https://github.com/johnweldon/nginx-log-parse
Last synced: 5 months ago
JSON representation
Nginx log parser
- Host: GitHub
- URL: https://github.com/johnweldon/nginx-log-parse
- Owner: johnweldon
- License: mit
- Archived: true
- Created: 2015-07-05T00:10:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T03:31:28.000Z (almost 11 years ago)
- Last Synced: 2024-06-21T01:47:48.888Z (almost 2 years ago)
- Language: Go
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-log-parse
Nginx log parser is a little utility I wrote to scratch my own itch of parsing nginx logfiles.
There is a lot of work to do to make it a useful tool, but this version will read in a logfile from stdin and then dump out structured representation of the logs.
Thanks to the [Gopher Academy](http://blog.gopheracademy.com/advent-2014/parsers-lexers/) for the parser/lexer tutorial.
#### An Open Source Project by John Weldon Consulting
