Custom Charts - User Agent Parsing
Opened this issue · 1 comments
LexManos commented
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.