-
After deploying the GoAccess solution to ApplicationGateway, I checked the log:
/var/log/azure/Microsoft.Azure.Networking.ApplicationGateway.LogProcessor/application.log
2019-01-03 17:39:55,941 …
-
I have started the goaccess daemon for one week with this command:
```
goaccess -f /var/log/nginx/access.log \
-o /var/www/html/report.html \
--real-time-html \
--dae…
-
hello allinurl:
when i use following command to save data on-disk,it's working well.when i restart it ,i can see the historical data.eg:
`goaccess /usr/local/openresty/nginx/logs/go_access.log…
-
I have issues setting up the real time view behind a reverse proxy. There are many other issues here about the same topic but I still couldn't figure it out.
Setup: I have a server with Caddy as a…
elya5 updated
2 years ago
-
I run goaccess on an ubuntu/apache server. Apache serves some static content over https only.
Goaccess is started by a systemd service and running in daemon mode:
```
root@ydownload01:/var/www/…
ghost updated
5 years ago
-
Hi!
For example:
First, I set myself log format name in `goaccess.conf',
```
log-format NGINX %h %^ %e [%d:%t %^] "%r" %s %b %T "%R" "%u" "%^" %^ %^ %^
log-format HAPROXY "%r" %s %b %T "%R" "%u…
-
As the tile says.
From IIS 8.5 onwards, its possible to add a custom Logging option, to include X-Forwarded-For at the end of the line.
Field selection looks like this:
`#Fields: date time s-ip c…
-
https://github.com/allinurl/goaccess/blob/master/goaccess.1#L1063-L1071
i don't know the groff syntax off the top of my head, but the escapes do not do what is intended, it is rendered as:
```
…
-
- caddy logs
- logs analyzer
[GoAccess](https://goaccess.io/) seems like a good option once is fixed (structured logging support). See also [Simple website analytics using GoAccess and Caddy serv…
-
I find that the response time doesn't appear on the pane, when piplines are used, such as:
`tail -f -n +0 /data/nginx-log/access* | unbuffer -p awk '$8=$1$8' | goaccess -a -d -p /etc/goaccess.conf -…