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
Short term: Check sizes and header boundaries to safely ignore dropped packets or drop current connection tracking. Versus the current paradigm which is to simply append to the stream and ultimately leads to parsing errors.
Long term: Implement ebpf-based socket level tapping, thereby avoiding transport complications and reducing the volume of data needed for processing. Hopefully, leading lower potential for packet loss within Packetbeat.
The text was updated successfully, but these errors were encountered:
Short term: Check sizes and header boundaries to safely ignore dropped packets or drop current connection tracking. Versus the current paradigm which is to simply append to the stream and ultimately leads to parsing errors.
Long term: Implement ebpf-based socket level tapping, thereby avoiding transport complications and reducing the volume of data needed for processing. Hopefully, leading lower potential for packet loss within Packetbeat.
The text was updated successfully, but these errors were encountered: