Skip to content
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

patch k8s-nginx-ingress parser configuration to match latest ingress-… #1988

Merged

Conversation

robberlang
Copy link
Contributor

This adds the user field back to the k8s-nginx-ingress parser configuration that was removed in the latest update: #1869
It is based on the latest (v 0.30.0) k8s ingress-nginx log format, found here: /kubernetes/ingress-nginx/blob/nginx-0.30.0/docs/user-guide/nginx-configuration/log-format.md
Test: https://rubular.com/r/IhIbCAIs7ImOkc
@arjun921 I removed the \\* strings you added in #1869. I can't see any reason for them, looks like a mistake - matching zero or more consecutive backslashes?

@robberlang robberlang force-pushed the patch-k8s-nginx-ingress-parser-conf branch 2 times, most recently from e87d5ed to 42c840b Compare February 27, 2020 18:11
…nginx version

-add missing user field

Signed-off-by: Rob Berlang <robberlang@tutanota.com>
@edsiper edsiper merged commit c22b1e6 into fluent:master Feb 27, 2020
@edsiper
Copy link
Member

edsiper commented Feb 27, 2020

thanks

@arjun921
Copy link
Contributor

@robberlang I was trying to fix the broken parser for 0.26.2, sent a PR with the working parser 😅
Left the rest as-is so it'd been there for a while I guess.
Thanks though for the tweak 😄

@edsiper
Copy link
Member

edsiper commented Feb 27, 2020

thanks both!

@robberlang robberlang deleted the patch-k8s-nginx-ingress-parser-conf branch March 6, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants