﻿---
title: Drop events
description: The drop_event processor drops the entire event if the associated condition is fulfilled. The condition is mandatory, because without one, all the events...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/packetbeat/drop-event
products:
  - Beats
  - Packetbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Drop events
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.
```yaml
processors:
  - drop_event:
      when:
        condition
```

See [Conditions](/elastic/docs-builder/docs/3028/reference/beats/packetbeat/defining-processors#conditions) for a list of supported conditions.