goaccess icon indicating copy to clipboard operation
goaccess copied to clipboard

Custom Charts - User Agent Parsing

Open LexManos opened this issue 2 months ago • 1 comments

So, I have an existing App. It pings a static file on my server to check for updates. It sets its user agent to: Java-http-client/<java-version> App/<app-version> I want to be able to have a chart that compares versions over time. Basically Last 30 days of Java-http-client's compared to each other. Or Last 30 days of App compared to each other. Basically looking for the Unique Visitors per day style graph but for custom things. In this case user agents.

Does GoAccess have any sort of plugin system for this? I wasn't able to find anything related to it in the docs.

LexManos avatar Oct 28 '25 17:10 LexManos

#117 will allow you to drill down as described (currently in progress). For now, you can get the <version> using %e and reuse that panel. A report will need to be generated every 30 days. Let me know if that helps.

allinurl avatar Oct 29 '25 21:10 allinurl