> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sawmills.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Drop Attributes Processor

> Remove specific attributes from log data using the Sawmills Drop Attributes Processor to reduce payload size or strip sensitive information.

## Supported Data Types

📘 **Logs**

### Configuring the Sawmills Drop Attributes Processor for Logs

The Sawmills Drop Attributes Processor removes specified attributes from telemetry data, reducing size, excluding irrelevant attributes, or removing sensitive information.

### Configuration Components

#### 1. Name

* **Description**: Identifier for your processor. Use a unique and descriptive name to differentiate between multiple processors.

#### 2. Attribute Filters

* **Conditions**: Specify conditions to filter events before processing. Events must satisfy all conditions (AND) or at least one (OR) based on the selected logic.

Each condition follows this sequence:

1. **Choose the condition type:**
   * **Log Level (Severity)**
   * **Body as String**

2. **Select a comparison operator:**
   * **Equals** / **Not Equals**

3. **Provide a value:**
   * **Log Level:** Select from a dropdown (INFO, WARN, ERROR, etc.).
   * **Body as String:** Enter a free-text value for matching.

#### 3. Attribute Keys

* **Description**: List of attribute keys to be removed. Specify attributes directly or manually input them if not listed in the dropdown.
