# Drop all events

## Objective

This filter drops all events from a processing stream.

## Uses

There are various uses for this filter such as:

1. <mark style="color:green;">**In logistics**</mark>\
   Ensure that shipment tracking events are accurately recorded in the internal database, while dropping any erroneous or duplicate events from the stream.
2. <mark style="color:green;">**In e-commerce**</mark>\
   Validate that customer transaction events are processed correctly and remove any failed or invalid transactions to maintain accurate sales metrics.
3. <mark style="color:green;">**In smart manufacturing**</mark>\
   Validate event data is being received and processed. \
   Confirm that machine performance data is properly logged, while filtering out irrelevant data points to ensure accurate analytics and reporting.

## Example

```yaml
drop filter: {}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fractalworks.io/joule/components/processors/filters/drop-all-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
