Documentation ¶
Overview ¶
Dumps all incoming flow messages to a local sqlite database. The schema used for this is preset.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sqlite ¶
type Sqlite struct { segments.BaseSegment FileName string // required Fields string // optional comma-separated list of fields to export, default is "", meaning all fields BatchSize int // optional how many flows to hold in memory between INSERTs, default is 1000 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.