Hi,
We're using Packetbeat to capture http traffic in Kubernetes Cluster. We've observed that there are duplicated http events even set ignore_outgoing to true.
Example as blow:
- same
network.community_id,source.ip,source.port,destination.ip,destination.port - the difference between these two event is
agent.hostname,hostnameandnode.name - the actually event is the one with
kubernetes.pod.uidattached
My question is if there's any sort of method to avoid duplicated events?
