丢弃事件

编辑

drop_event 处理器会在满足相关条件时丢弃整个事件。条件是强制性的,因为如果没有条件,所有事件都会被丢弃。

processors:
  - drop_event:
      when:
        condition

请参阅条件以获取支持的条件列表。