This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Description
The Delete Fields processor can be used to remove attributes, resource attributes, and log record body keys from telemetry in the pipeline.Supported Types
| Metrics | Logs | Traces |
|---|---|---|
| ✓ | ✓ | ✓ |
Configuration Table
| Parameter | Type | Default | Description |
|---|---|---|---|
| telemetry_types | telemetrySelector | ["Logs", "Metrics", "Traces"] | The list of telemetry types the processor will act on. |
| condition | string | true | An OTTL condition that must evaluate to true to apply this processor. By default, the processor applies to all telemetry. |
| body_keys | string | [] | One or more body key names to remove from telemetry data. Note: Body fields are applicable only for logs. |
| attributes | string | [] | One or more attribute names to remove from telemetry data. |
| resource_attributes | string | [] | One or more resource attribute names to remove from telemetry data. |