Skip to content

How do you ignore vhosts with low number of hits? #2486

Answered by allinurl
Andargor asked this question in Q&A
Discussion options

You must be logged in to vote

If you are getting IPs instead of vhosts, then it sounds like you either have the wrong format or a mix of log formats. Are you sure those IPs are not being logged instead of the vhost?

As far as ignoring data, please take a look at the man page for some examples, e.g.,

# grep -v "`cat exclude_vhost_list_file`" vhost_access.log | goaccess - --log-format=COMBINED -o report.html

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Andargor
Comment options

You must be logged in to vote
1 reply
@allinurl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment