Skip to content

ogbbc-webmasters/Access-Logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Access Logs

Pull Logs

Usage:

chmod +x pull-logs.sh
./pull-logs.sh

Notes:

  • Ensure .env.local exists in the project root with REMOTE_USER, REMOTE_HOST and REMOTE_PATH set.
  • Copy .env.example and replace with actual values
  • .env.local and data/ are ignored by git per .gitignore.

View Logs

Use a command like this to generate an HTML report with charts.

zcat -f data/20250919_162209/transfer.log*  | goaccess --log-format COMBINED  -j 4 --agent-list -o report.html

TODO: make a script for automating the above command.

About

Utilities for managing/monitoring access logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages