Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodeJson ¶
type DecodeJson struct {
PrevRecords []interface{}
}
func (*DecodeJson) Decode ¶
func (c *DecodeJson) Decode(in []interface{}) []config.GenericMap
Decode decodes input strings to a list of flow entries
type Decoder ¶
type Decoder interface {
Decode(in []interface{}) []config.GenericMap
}
type Protobuf ¶
type Protobuf struct { }
Protobuf decodes protobuf flow records definitions, as forwarded by ingest.NetObservAgent, into a Generic Map that follows the same naming conventions as the IPFIX flows from ingest.IngestCollector
func NewProtobuf ¶
func (*Protobuf) Decode ¶
func (p *Protobuf) Decode(in []interface{}) []config.GenericMap
Decode decodes input strings to a list of flow entries
Click to show internal directories.
Click to hide internal directories.