↧
Answer by Imran for fluentd regex pattern not match error for NGINX logs
Your expression is correct. Issue is you are using deprecated format parameter. Instead you will need to use parser plugin and there is built-in nginx parser where you can set your expression. Below...
View Articlefluentd regex pattern not match error for NGINX logs
I've setup fluentd to parse nginx access logs since I've added some extra fields to the logs I cannot use the nginx format. My configuration is: <source> @type tail @id service_www_accesslog...
View Article