Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 469 Bytes

processor-drop_event.asciidoc

File metadata and controls

24 lines (18 loc) · 469 Bytes

Drop events

drop_event

The drop_event processor drops the entire event if the associated condition is fulfilled. The condition is mandatory, because without one, all the events are dropped.

Example

  - drop_event:
      when:
        condition

See [conditions] for a list of supported conditions.