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.
Questions tagged [goaccess]
56 questions
0
votes
1 answer
Define a specific log format in .goaccessrc
I'm reading the goaccess man page but I'm missing simple examples. I have a customised nginx with the following config:
log_format timed_combined '$remote_addr - $remote_user [$time_local] '
'$ssl_protocol/$ssl_cipher '
'"$request" $status…

wintermeyer
- 8,178
- 8
- 39
- 85
0
votes
0 answers
mysql-slow.log analysis with goaccess Nothing valid to process
To visually analyze mysql-slow.log, I ran goaccess -f mysql-slow.log in my terminal and got this error:
Nothing valid to process. Verify your date/time/log format.
My mysql-slow.log looks like this:
# User@Host: towfiqpiash[towfiqpiash] @…

towfiqpiash
- 31
- 6
0
votes
0 answers
GoAccess: empty html report generated
When trying to create an html report of an Apache logfile wit GoAccess, an empty html is generated. The html output code however, is shown in the console.
$sudo goaccess -f /var/log/apache2/access.log -o /var/www/report.html
$sudo goaccess -f…

Kurt Van den Branden
- 11,995
- 10
- 76
- 85
0
votes
1 answer
GoAccess custom forwarded log parsing
I am currently using goaccess-1.0.2. I have installed it on an Amazon Linux box. The box which it resides has customized logs that were forwarded from an Apache WebApp Server. What I have tried to accomplish but can't seem to figure out is how to…

grizzlymobile
- 25
- 3
0
votes
1 answer
Please help me for nginx custom log format issue with goacccess
Please find my log output for nginx (access.log)
182.69.143.120 - - [31/Mar/2016:03:10:51 +0530] "GET /api/check_delivery.php?authkey=9450AW2qTKYe453be757c&requestid=36626f6a3530323439383831 HTTP/1.1" control.msg91.com 404 39 "-" "-" "-"…

Mitesh Jaiswal
- 21
- 1
- 1
- 3
0
votes
1 answer
Goaccess does not parse all the file
I have a nginx custom log file which is like :
{ "timestamp": "2015-12-20T12:30:40+03:30", "remote_addr": "80.253.148.194", "remote_user": "-", "body_bytes_sent": "0", "request_time": "0.000", "status": "304", "request": "GET…

PEACE
- 68
- 3
0
votes
1 answer
Nginx goaccess date/time/log format not parsing
Basically i have a log lines like this:
2015/12/13 07:58:59 [error] 1733#0: *125782 connect() failed (111: Connection refused) while connecting to upstream, client: 80.246.130.210, server: , request: "GET /favicon.ico HTTP/1.1", upstream:…

hardc0der
- 449
- 2
- 7
- 13
0
votes
1 answer
nginx log analysis with goaccess Nothing valid to process
I want to analyze my Webserver Logs, but I get this error in goaccess(version 0.9.6):
Nothing valid to process. Verify your date/time/log format.
My nginx config look like this:
$remote_addr - $remote_user [$time_local] $host "$request" $status…

yannik995
- 307
- 1
- 12
0
votes
2 answers
How to parse logentries log with goaccess?
I am having logs of all servers on logentries and when I try to open it with goaccess it gives me wrong statistics.
Is there a way through I can parse logentries log with goaccess.
I am trying to parse logentries log to goaccess. I am trying to…

Aakash Garg
- 49
- 8
0
votes
0 answers
Paramiko and GoAccess
If i'm here, it's for a problem than i can't to solve alone.
I'm trying to do a code who do ssh connection to a server and send me a mail with Apache stats (generate by GoAccess).
Here is my code :
#!/usr/bin/env python2
import paramiko
cmd2 =…

Biche_XD
- 21
- 2
0
votes
0 answers
goaccess nginx log IP lookup
I am using the latest version of goaccess (0.6) to analyze nginx log. The program seems to be parsing the file OK, since I am getting the host IPs, statistics etc. But the geoip is either not working, or I am not able to figure out how to get to the…

Jayadevan
- 1,306
- 2
- 12
- 33