You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
When trying to parse a default nginx log, the parser fails because it lacks the last field in the log ("$http_x_forwarded_for")
This can be fix by removing this field from nginx.conf, but I think a more appropriate solution would be to add this field to the regexp. WDYT?
Reproducing the issue can be easily done by launching fluentd and sending a log line from nginx:latest docker image.
The text was updated successfully, but these errors were encountered:
When trying to parse a default nginx log, the parser fails because it lacks the last field in the log (
"$http_x_forwarded_for"
)This can be fix by removing this field from nginx.conf, but I think a more appropriate solution would be to add this field to the regexp. WDYT?
Reproducing the issue can be easily done by launching fluentd and sending a log line from nginx:latest docker image.
The text was updated successfully, but these errors were encountered: