Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IANAInfoElements = []string{ "flowStartSeconds", "flowEndSeconds", "sourceIPv4Address", "destinationIPv4Address", "sourceTransportPort", "destinationTransportPort", "protocolIdentifier", "packetTotalCount", "octetTotalCount", "packetDeltaCount", "octetDeltaCount", } // Substring "reverse" is an indication to get reverse element of go-ipfix library. IANAReverseInfoElements = []string{ "reverse_PacketTotalCount", "reverse_OctetTotalCount", "reverse_PacketDeltaCount", "reverse_OctetDeltaCount", } AntreaInfoElements = []string{ "sourcePodName", "sourcePodNamespace", "sourceNodeName", "destinationPodName", "destinationPodNamespace", "destinationNodeName", "destinationClusterIP", "destinationServicePortName", } )
Functions ¶
func NewFlowExporter ¶
func NewFlowExporter(records *flowrecords.FlowRecords, exportFrequency uint) *flowExporter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.