allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.3k stars 1.1k forks source link

process nginx access logs for 1 month #2212

Closed kaushalshriyan closed 2 years ago

kaushalshriyan commented 2 years ago

I have nginx access logs for a period of 1 month. Is there a way to generate OVERALL ANALYZED REQUESTS for a period of 1 month from Sept1 to Sept 30 as an example? The number of access logs stored are 30 files (30 days) Thanks in Advance.

allinurl commented 2 years ago

Please take a look at the examples under the man page. You will find some date filtering examples. https://goaccess.io/man#examples

117 will also make this filtering much better. Working on it as we speak.

allinurl commented 2 years ago

Closing this. Feel free to reopen it if needed.