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 26. Remove Options

Name Required Default Description

field

yes

-

The field to be removed

{
  "remove": {
    "field": "foo"
  }
}