Visualize Logged Http Requests

Since Caddy has all of the http requests logged is there a way to visualize the data either through Caddy or a 3rd party?

Would be good aggregate the pages viewed, popular navigation sequences, last page viewed, etc.

Thanks!

Just saw this the other day: https://goaccess.io

1 Like

Thanks, looks promising! It doesn’t mention Caddy specifically but should work if you can customize the format.

Just to follow up on this one, Caddy’s log directive uses the Common Log Format by default (which is Apache’s format, too) - so it should work out of the box!

https://caddyserver.com/docs/log

GoAccess also supports configuring completely custom log formats… so if you edited your Caddy logging format to include some other information, too, you could set GoAccess up to suit.

Thanks for your input, Whitestrake. This makes using GoAccess really easy.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.