Documentation ¶
Overview ¶
Code generated by "bitfanDoc "; DO NOT EDIT
Drops everything received Drops everything that gets to this filter.
This is best used in combination with conditionals, for example: ```
filter { if [loglevel] == "debug" { drop { } } }
``` The above will only pass events to the drop filter if the loglevel field is debug. This will cause all events matching to be dropped.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() processors.Processor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.