-
Notifications
You must be signed in to change notification settings - Fork 182
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
[ENHANCEMENTS] HTTP access logging #218
Comments
Hey @jimsynz thanks for reminding me again for this feature! Yes, this feature is on my to-do list which is expected to be implemented after the load balancer. After seeing this enhancement request I suddenly remember there were something similar before but I can't find it. Turns out, the request was made in the discussion section instead of issue. |
+1 add capability for send to logging server |
Thanks @tobychui 🙌 |
I +1 👍 this request. Would be great to get the access logs into Grafana and create a Dashboard for it :) |
This is amazing! Thanks @tobychui |
Featured added in v3.0.8 |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I would love to have a configuration option that allows HTTP requests to be logged in the a configurable format (maybe defaulting to Apache Common Log Format or similar). That way it would be easy to view requests and where they're coming from and use tools such as https://github.com/allinurl/goaccess
Describe alternatives you've considered
I considered setting up an instance of https://plausible.io/self-hosted-web-analytics but that would involve installing a clickhouse container as well as figuring out how to inject the javascript tracking code into the proxy payload.
Additional context
N/A
The text was updated successfully, but these errors were encountered: