I have several apps in my k8s cluster which run behind a lighttpd web server where I wanted the access logs to be sent to graylog. The setup of lighttpd is relatively basic: 1# /etc/lighttpd/lighttpd.conf 2 3var.basedir = "/var/www/localhost" 4var.logdir = "/var/log/lighttpd" 5var.statedir = …
Read More