You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 asdata.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 ascontainer.ip
. Update: usekubernetes.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
The text was updated successfully, but these errors were encountered: