1.1 KiB
1.1 KiB
layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default | drop_events | Processors | Configuring Data Prepper | 45 |
drop_events
Overview
Drops all the events that are passed into this processor.
Option | Required | Type | Description |
---|---|---|---|
drop_when | Yes | String | Accepts a Data Prepper Expression string following the Data Prepper Expression Syntax. Configuring drop_events with drop_when: true drops all the events received. |
handle_failed_events | No | Enum | Specifies how exceptions are handled when an exception occurs while evaluating an event. Default value is drop , which drops the event so it doesn't get sent to OpenSearch. Available options are drop , drop_silently , skip , skip_silently . For more information, see handle_failed_events. |