-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix source.address not being set for nginx ingress_controller #18507
Conversation
This is referencing a variable that doesn't exist, presumably copied from the access pipeline definition.
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
@chendo thank you for reporting this and for supplying the fix! I opened a PR for this since it requires tests to be tuned accordingly. I would suggest you sign the CLA and provide me your email used in your GH account in order to add you as a co-author of this fix, wdyt? |
I've signed the CLA. My GH email is github at chen.do |
@ChrsMark wow, that was fast! Thank you for making it easy |
Fixes source.address not being set on the nginx ingress_controller fileset.
This is referencing a variable that doesn't exist, presumably copied from the access pipeline definition.
PS. This is a one word change, happy for a maintainer just to make the change for me to simplify workflow.
What does this PR do?
This PR fixes the reference to the correct field for ingress_controller.
Why is it important?
Source IP is not being populated correctly, thus all the geolocation stuff won't work.
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs