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

Add pod IP to kubernetes metadata #24902

Closed
jsoriano opened this issue Apr 1, 2021 · 1 comment · Fixed by #25037
Closed

Add pod IP to kubernetes metadata #24902

jsoriano opened this issue Apr 1, 2021 · 1 comment · Fixed by #25037
Assignees
Labels
enhancement Team:Integrations Label for the Integrations team v7.13.0

Comments

@jsoriano
Copy link
Member

jsoriano commented Apr 1, 2021

Describe the enhancement:

Add pod IP when enriching events in kubernetes metadata. This IP can be obtained from the Status.PodIP field in a pod object, it is exposed in autodiscover as data.host, but not included in events metadata.

On a first thought, this field could be added as kubernetes.pod.ip. But actually it could be also stored in some ECS-ish field as container.ip. Update: use kubernetes.pod.ip by now for this information.

Describe a specific use case for the enhancement or feature:

Enrich log events with network information of the producing pod.

Requested in https://discuss.elastic.co/t/how-to-add-podip-on-add-kubernetes-metadata-processor/269006/5

@jsoriano jsoriano added enhancement Team:Integrations Label for the Integrations team labels Apr 1, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Team:Integrations Label for the Integrations team v7.13.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants