-
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
Add nginx.ingress_controller.upstream.ip to related.ip (#34645) #34672
Conversation
💚 CLA has been signed |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Signed Contributor Agreement |
@Mergifyio backport 8.6.0 |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
- append: | ||
field: related.ip | ||
value: "{{nginx.ingress_controller.upstream.ip}}" | ||
if: "ctx?.nginx?.ingress_controller?.upstream?.ip != null" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add allow_duplicates: false
, similar to the integration - https://github.com/elastic/integrations/blob/main/packages/nginx_ingress_controller/data_stream/access/elasticsearch/ingest_pipeline/default.yml#L297-L301
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tetianakravchenko Thanks for the helpful advice! Done.
* Add nginx.ingress_controller.upstream.ip to related.ip (#34645) * Added pull id * Added "allow_duplicates: false" * Added "allow_duplicates: false" for all related.ip appends --------- Co-authored-by: Giuseppe Santoro <giuseppe.santoro@elastic.co>
What does this PR do?
Add nginx.ingress_controller.upstream.ip to related.ip (#34645)
Why is it important?
Missing ip in related.ip affects security issues discovery cause you can't be sure that all event' ip indeed present in related.ip.
According to ECS field description:
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs