allinurl/goaccess

Custom Charts - User Agent Parsing

Opened this issue · 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.

#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.