Documentation ¶
Overview ¶
Drops fields from any passing flow.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FieldSplitRegex = regexp.MustCompile(`[\s,;:]+`)
)
Functions ¶
This section is empty.
Types ¶
type DropFields ¶
type DropFields struct { segments.BaseSegment Policy Policy // required, determines whether to keep or drop fields Fields []string // required, determines which fields are kept/dropped }
func (*DropFields) Run ¶
func (segment *DropFields) Run(wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.