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

L7 Network Flow Export support in Antrea #5218

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 19, 2024

  1. L7 Network Flow Export support in Antrea

    L7 Network flow export enables Layer 7 flow export as we did for the l3/l4 earlier.
    This feature enables the user to export L7 protocol information using:
    
    - Pod or namespace Annotations
    
    Annotation key used is "visibility.antrea.io/l7-export" and the value is the direction for which the flow export is required, which could be (ingress/egress/both).
    Based of the annotation or the NP, the fields ("appProtocolName", "httpVals") are populated and exported.
    
    Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>
    tushartathgur authored and Tushar Tathgur committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    009a4cf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Addressed new comments

    Signed-off-by: Tushar Tathgur <tathgurt@tathgurtPNQHP.vmware.com>
    Tushar Tathgur authored and Tushar Tathgur committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9dfc6f1 View commit details
    Browse the repository at this point in the history