apache-mod_log_gelf
apache-mod_log_gelf copied to clipboard
Apache2 module for writing access logs to Graylog
Apache supports multitenant environments. each virtual domain can have its own custom settings for each module. this is done by including module specific settings into log_gelf_module is not accepting "per-virtualhost"...
Scenario two virtualhosts configured on apache for the same domain: **http** and **https** log_gelf_module forwards only 301 requests (logs from http virtualhost) to Graylog server. logs from https virtoaulhost don...
Attempting to install this apace-mod_log_gelf on one of the Ubuntu Server 18.04.03 VMs I'm running to send Apache information to another VM that contains the Graylog installation. When installing the...
My apache servers are behind a load balancer (AWS ElasticLoadBalancer), and mod_log_gelf is only sending load balancer local IP, instead of the client remote IP. Is there any configuration for...
We encountered an issue with logging. If logging is enabled, POST-Requests with small bandwidth got aborted after sometime. The problem occurs on: Debian 9 with apache 2.4.25-3+deb9u9 and libapache2-mod-gelf 0.2.0-1...
When using X-Forwarded-For, GelfHeader and GelfFields (X) works well except when using mod_remoteip (for allow / deny / etc.). When RemoteIPHeader X-Forwarded-For is used with RemoteIPProxiesHeader, mod_remoteip removes the X-Forwarded-For...
We can not install mod_log_gelf on ubuntu 18.04 because libjson-c2 does not exists. Is it possible to have a new version packaged ? I can help for tests.
make building on new platforms transparent.
Please consider supporting custom fields so I can log environment variables like %{SSL_PROTOCOL}e, %{SSL_CIPHER}e and so on.