mingrammer / flog

:tophat: A fake log generator for common log formats
MIT License
1.09k stars 131 forks source link

nginx logs support? #2

Open denji opened 6 years ago

denji commented 6 years ago
mingrammer commented 6 years ago

Cool! Do you need support for basic format? (same as example configuration)

nginx log format seems very configurable, so I may be able to support only basic format for nginx logs.

denji commented 6 years ago

@mingrammer I am interested custom format similar GoAccess.

mingrammer commented 6 years ago

@denji I have to review custom format support, but I'm willing to support custom option. It would greatly increase the flexibility of the flog.

denji commented 4 years ago

https://github.com/gsquire/topngx

topngx -f '$remote_addr - $remote_user [$time_local] "$request" $status $bytes_sent' info

https://www.nginxtools.com/

kishaningithub commented 3 years ago

@denji I really like the expressive custom format definition of topngx as opposed to the %d %v things in goaccess

I feel custom log format should be a first class citizen