Documentation ¶
Overview ¶
Drops fields from any passing flow.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropFields ¶
type DropFields struct { segments.BaseSegment Policy string // required, options are 'keep' or 'drop' Fields string // optional, default is empty, 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.