Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
{ introduction It drops an event. It is used in a combination with `match_fields`/`match_mode` parameters to filter out the events.
**An example for discarding informational and debug logs:** ```yaml pipelines:
example_pipeline:
...
actions:
- type: discard
match_fields:
level: /info|debug/
...
``` }
Click to show internal directories.
Click to hide internal directories.