Skip to content

Add Graphics with Timestamp #2832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AndrasHPataki opened this issue Apr 24, 2025 · 1 comment
Open

Add Graphics with Timestamp #2832

AndrasHPataki opened this issue Apr 24, 2025 · 1 comment

Comments

@AndrasHPataki
Copy link

I'm using GoAccess to analyze the access.log from my Nginx server.

It would be great if the HTTP status code graph included timestamps, so I could identify individual log entries more easily.

My goal is to use GoAccess to help detect potential errors in my application. That's why having a more detailed graph—with timestamps—would be really helpful for pinpointing specific requests.

My Actual .bat file to execute goaccess:

@echo off
C:\IT-Software\msys2\usr\bin\bash -lc "goaccess /c/IT-Software/nginx/logs/access.log -o /c/IT-Software/nginx/html/report.html --log-format=COMBINED --real-time-html"
pause

Image

@allinurl
Copy link
Owner

#117 should take care of this. stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants