Hi,
Besides 404s, the other specific codes I always check when I look at my access logs are 403s (Forbidden) and the 5xx series (Server error). They are currently present in a summary panel, but it would be great to see the individual info for these occurrences, as they provide a good insight to possible security and server performance issues. Would it be possible to add panels for these categories in the final report similar to the 404 panel? (either as default or as an option).
Thanks,
Claudio
Great question. What info are you looking to see for each status code and how should it be displayed? Thanks.
For both for 403 and 5XX codes, I'd like to see the following info:
I believe the following are not very important:
Hi @allinurl
I am also looking for same enhancement. May I know when you are planning to release this new feature.
Thanks!!!
Ananth Francis.
@ananthfrancis This would be part of #1202 which will give you the ability to add custom panels, I still need to get to the on-disk storage before I can work on this, so there will probably be a couple of new releases before I get to this. If you need a workaround, this may help (parses 3xx and 5xx):
# tail -f -n +0 access.log | awk '$9~/3[0-9]{2}|5[0-9]{2}/' | goaccess -o out.html -
@allinurl any update on this?
@finalhit Haven't got to this. Will bump it on the to-do list.
Most helpful comment
@finalhit Haven't got to this. Will bump it on the to-do list.