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

Regression in r18 #24

Open
WisdomWolf opened this issue Feb 26, 2021 · 6 comments
Open

Regression in r18 #24

WisdomWolf opened this issue Feb 26, 2021 · 6 comments

Comments

@WisdomWolf
Copy link

There appears to have been a significant regression in how system and application names are reported to Papertrail in r18. In r17 the system and application name were properly broken out to show the node that the pod was running on and the pod name for proper filtering, but in r18 it now has generic unhelpful designations. This screenshot shows log entries from r18 and then r17 when I reverted my deployment (changing nothing else about the deployment other than the image tag).
2021-02-26 15_01_22-Kubernetes Cluster - Papertrail

@girishranganathan
Copy link
Contributor

@WisdomWolf, thx for pointing out the differences.
I have taken a stab at a fix for this issue. Can you please give this image a try: quay.io/solarwinds/rkubelog:r19-b2

@WisdomWolf
Copy link
Author

Looks good, thanks!

@tuttle
Copy link

tuttle commented Apr 2, 2021

I have the similar problem: This is what I see on Papertrail's Events view:

Using quay.io/solarwinds/rkubelog:r18:

Apr 03 00:29:07 222.111.222.111 logger mysystem-client-k1/application rkubelog/node(macek)/pod(client-k1-application-8qji33ix-75fddb4886-g4pgt) - 10.19.0.1 - - [03/Apr/2021:00:29:07 +0200] "GET /app-liveness HTTP/1.1" 200 2 "-" "kube-probe/1.19"

Using quay.io/solarwinds/rkubelog:r19-b2 and quay.io/solarwinds/rkubelog:r19rc2:

Apr 03 00:44:07 mysystem-client-k1/application rkubelog/node(macek)/pod(client-k1-application-8qji33ix-75fddb4886-g4pgt) 10.19.0.1 - - [03/Apr/2021:00:44:07 +0200] "GET /app-liveness HTTP/1.1" 200 2 "-" "kube-probe/1.19"

IOW, the public IP address of the cluster is gone, also the word logger. Unfortunately, the IP address is useful for me for classification.

@girishranganathan
Copy link
Contributor

@tuttle I will look into this. Thx for bringing it to my attention.

@girishranganathan
Copy link
Contributor

hello @tuttle, I have taken a stab at this issue. can you please try r19rc3 image?

@cfroystad
Copy link

cfroystad commented Jun 4, 2021

@girishranganathan Unfortunately, we're still seeing the issue pointed out by tuttle in 19rc3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants