-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Caddy - GoAccess issues #2380
Comments
JSON support was added in 1.4.4. Please use this docker image or the official deb repo. |
thank you ; all the commands working now correctly
|
That's correct. |
Closing this. Feel free to reopen it as needed. |
I have an issue when mapping Caddy reverse proxy to the container that GoAccess run on my Caddy config is :
running GoAccess on httpd docker container with this command GoAccess running correctly inside the container :
when trying accessing goaccess.innoyadev.fr , I get 400 request |
@allinurl FYI |
Does this help? It seems to work for this user. |
Dear team,
I have tried to implement GoAccess to work with Caddy access logs
I have proceeded by running an apache2 docker container , and inside it running goaccess ( apt-get install goaccess )
I have followed the setup and running this command :
goaccess /var/logs/caddy/site.fr-access.log -o /usr/local/apache2/htdocs/report.html --real-time-html --log-format=CADDY
and I'm getting an error like this :Error occurred at: src/parser.c - parse_log - 2777 No time format was found on your conf file.
also tried this command regarding this issue : #1571 (comment)
LANG="en_US.UTF-8" bash -c 'goaccess /var/logs/caddy/site-access.log -o /usr/local/apache2/htdocs/report.html --real-time-html --log-format=CADDY'
but nothing special happenedmy caddy config is like this :
site.fr { handle { reverse_proxy site-hostname:80 } log { output file /var/log/caddy/site.fr-access.log format json } import common }
Please, if anyone have an idea how to fix this , I will be appreaciate it
thank you
The text was updated successfully, but these errors were encountered: