• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Method to Change Date Range on GoAccess Stats?

J.Wick

Regular Pleskian
Server operating system version
Rocky Linux 8.10
Plesk version and microupdate number
Plesk Obsidian 18.0.80 Update #3
I want to limit the stats reporting period to 30 days, but GoAccess doesn't have a date picker. Currently, I'm looking at 90 days of stats, which makes it difficult to read. Where's the setting for this? This seems half-baked, with standard functionality missing.
 
@J.Wick , GoAccess always renders the full period of logs it processed, and GoAccess itself has no built-in date-range picker. That's a missing feature in GoAccess itself, not a Plesk limitation.

As a workaround, the statistics can be reviewed for a specific period via CLI. For example:

Code:
cd /var/www/vhosts/example.com/logs
grep -E "([0-2][0-9]|3[01])/Aug/2026" access_ssl_log | goaccess - --log-format=COMBINED
 
Back
Top