mingrammer/flog

nginx logs support?

denji opened this issue ยท 5 comments

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

@mingrammer I am interested custom format similar GoAccess.

@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

https://github.com/gsquire/topngx

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

https://www.nginxtools.com/

@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