丢弃事件

编辑

如果满足关联条件,drop_event 处理器会丢弃整个事件。条件是必须的,因为如果没有条件,则所有事件都会被丢弃。

processors:
  - drop_event:
      when:
        condition

有关支持的条件列表,请参阅条件