>>johnny+(OP)
There's a kind of a workaround. I rotate my logs with logrotate weekly, so the current week's logs are in access.log (and access.log.1) and past logs are in access.log.x.gz files. Then I run goaccess twice (once for
.log and once .gz) to get both "all" and "latest" stats. It's not as flexible as a real filter, but it works for me.