Documentation ¶
Overview ¶
Collects and exports all flows to influxdb for long term storage. Tags to configure for Influxdb are from the protobuf definition. Supported Tags are: Cid,ProtoName,RemoteCountry,SamplerAddress,SrcIfDesc,DstIfDesc If no Tags are provided 'ProtoName' will be the only Tag used by default.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct { Address string Org string Bucket string Token string ExportFreq int Batchsize int // contains filtered or unexported fields }
Connector provides export features to Influx
func (*Connector) CreatePoint ¶
func (c *Connector) CreatePoint(flow *flow.FlowMessage) *write.Point
Click to show internal directories.
Click to hide internal directories.