丢弃事件

编辑

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

processors:
  - drop_event:
      when:
        condition

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