Documentation
¶
Overview ¶
Collects and exports all flows to influxdb for long term storage.
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
Tag 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.