Skip to content

A simple Docker stack to illustrate the usage of GoAccess with NGINX.

License

Notifications You must be signed in to change notification settings

fgebauer/goaccess-docker-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoAccess Docker usage sample

Description

A simple Docker stack to illustrate the usage of GoAccess with NGINX.

NGINX logs are gathered by Rsyslog in order to be processed by GoAccess.

Usage

Deploy the stack:

$ make deploy

Do some request on the HTTP server:

$ for ((i=1;i<=100;i++)); do curl "localhost"; done

Generate the static report:

$ make report

You can view the result here: http://localhost/reports/

Use make help to see other available commands.


About

A simple Docker stack to illustrate the usage of GoAccess with NGINX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 58.1%
  • Nginx 41.9%