flog
flog copied to clipboard
nginx logs support?
- https://docs.nginx.com/nginx/admin-guide/monitoring/logging/
- https://nginx.org/en/docs/http/ngx_http_log_module.html
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.
@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.
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