Questions tagged [goaccess]
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
12
questions
3
votes
1
answer
5k
views
Haproxy Log Custom Format For GoAccess
I want to use GoAccess with Haproxy which works as reverse proxy and load balancer.
My goal is to create a custom log format which will be looking exactly like apache2 (compatible with default ...
3
votes
3
answers
2k
views
nginx access.log only kept for a day
I'm using goaccess on Ubuntu Server 12.04 to view my analytics on my web server. I just run the following utility:
goaccess -f /var/log/nginx/access.log
However I'm only seeing one days worth of ...
1
vote
2
answers
3k
views
What would be a portable nignx HTTP access log format to use with nginx?
I am looking for a way to store that logs in a common format so they can easily be recognized and parsed by most tools.
I am interested about a format that is automatically recognized by goaccess ...
1
vote
1
answer
5k
views
GoAccess date/time/log format error
When running GoAccess with my Nginx log file I'm getting this error:
Fatal error has occurred
Error occured at: src/goaccess.c - main - 1017
Nothing valid to process. Verify your date/time/log format....
1
vote
1
answer
982
views
GoAccess analytics and HTTP Referer
This is a high-level question regarding using goaccess as a tool for website analytics. I have it set up on an nginx server and parsing the logs just fine, but it seems that many requests to my own ...
0
votes
2
answers
112
views
crontab shell script execution not as expected
I have a script named run_logs.sh with the contents:
#!/bin/bash
source /root/.profile
zcat /var/log/apache2/access.log.*.gz | /usr/bin/goaccess - access.log
when I run that script as root (both with ...
0
votes
1
answer
865
views
Nginx Amplify extended access logs and GoAccess virtual hosts
I am running Nginx with installed Nginx Amplify. To get better metrics I've extend access log format to:
log_format main_ext '$remote_addr - $remote_user [$time_local] "$request" '
...
0
votes
1
answer
3k
views
How to analyse vsftpd log files with goaccess
I'm trying to use goaccess log analysis tool, to analyse vsftpd FTP server's logs. I'm aware that being a web server log analyser, goaccess is not the best tool for this. That being said, it's ...
0
votes
0
answers
30
views
Peak in access log when playing around with cookie consent
One day we made some tests with cookie consent, including disabling it for a short time and switching to another cookie banner provider.
On this day, the requests and unique users in server's access ...
0
votes
0
answers
75
views
Can I ignore certain visitors when using Goaccess?
I want to use goaccess to see how many real visitors my website is getting.
Unsurprisingly my logs are filled with traffic from bots so I'm looking for a way to filter that out.
In the interests of ...
0
votes
1
answer
3k
views
GoAccess CustomLog getting "doesn't match specifier '%h'"
This is my log format:
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
Any ideas why I'm getting?
Parsed 10 lines producing the following errors:
...
-1
votes
1
answer
508
views
Log analyzer for statistics (referring sites, referrers URLs) per day
The main task of the analyzer - referring sites, referrers URLs. Logs are collected in one place from 3 nginx server. I install awstats with a specific parameter LogFormat - all working fine, but the ...