Processors
Remove Fields Processor
Drop specified JSON fields from each record in the data stream before sending it to storage or other processors.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Drop specified JSON fields from each record in the data stream before sending it to storage or other processors.
| Option | Description | Example |
|---|---|---|
| Fields | The field or fields to drop from each record in the data stream. | .baz |
{
"foo": "bar",
"baz": 1
}
| Option | Value |
|---|---|
| Fields | .baz |
{
"foo": "bar"
}
Was this page helpful?
