Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

executable file
·
18 lines (15 loc) · 436 Bytes

Discard plugin

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:

pipelines:
  example_pipeline:
    ...
    actions:
    - type: discard
      match_fields:
        level: /info|debug/
    ...

No config params


Generated using insane-doc