Can the Kibana dashboard decode the flowType to a string? #2056
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Describe the problem/challenge you have
I was playing around with the latest flow visualization code. I realized that the Kibana dashboards we provide do not decode the flowType and display it as an integer:
Describe the solution you'd like
Is it possible to transform it to a string: "PodToExternal", etc. IIRC the protocol identifier is also encoded as an integer (e.g. 6) but displayed as a string in Kibana (e.g. TCP).
We may also want to document the different values for this field in https://github.com/vmware-tanzu/antrea/blob/main/docs/network-flow-visibility.md#ies-from-antrea-ie-registry. Even though this is provided by go-ipfix, I think users would expect to find that information in this document.
The text was updated successfully, but these errors were encountered: