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.48k stars 1.11k forks source link

Module Status Codes: Detail view #138

Open jniggemann opened 10 years ago

jniggemann commented 10 years ago

I would be interesting to have a detail view in the "Status Codes" module. Upon hitting 'O', it would list all requests with the corresponding status...

Or is that already possible? I've just beginning to familiarize with GoAccess....

allinurl commented 10 years ago

Good question. It's not possible so far. I thought about this a while back and I like the idea of being able to get additional stats per metric. However, hard-coding them wouldn't be the ideal way, perhaps allowing the user set them somehow in the config file. Thoughts?

jniggemann commented 10 years ago

Thoughts?

Not really, I just thought I'd put this on the tracker as a kind of wishlist item. I didn't have a look at the code, would you need to hard-code this?

allinurl commented 10 years ago

ideally this would be a user configuration option, where it's possible to correlate a metric with another metric, i.e., a status code with top user agents, etc.

Please keep this open so I can take a look at it.