drop_event

drop_event #

CategoryScope
Governancerecord

The “drop_event” pipeline processor: mark the current record to be dropped from the batch. for_each honors the mark and removes the record’s payload before the batch is forwarded, so downstream stages (otlp_export etc.) never see it.

Example #

processor:
  - drop_event:
      {}
Edit Edit this page