New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Remove Processor

edit

Removes an existing field. If the field doesn’t exist, an exception will be thrown.

Table 25. Remove Options

Name Required Default Description

field

yes

-

The field to be removed

{
  "remove": {
    "field": "foo"
  }
}
Was this helpful?
Feedback