# Move Field

### Description

The Move Field processor can be used to move a telemetry field.

### Use

The Move Field processor is utilized for moving telemetry fields in metrics, logs, and traces based on specified conditions.

### Supported Types

| Metrics | Logs | Traces |
| ------- | ---- | ------ |
| ✓       | ✓    | ✓      |

### Configuration

<table><thead><tr><th width="152.359375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Telemetry Types</td><td>The types of telemetry to apply the processor to.</td></tr><tr><td>Condition</td><td>A condition that determines when this processor is applied.</td></tr><tr><td>Move From</td><td>The telemetry field to move from.</td></tr><tr><td>Move To</td><td>The telemetry field to move to.</td></tr></tbody></table>

### Example Configuration(s)

#### Moving An Entire Log Body

In this configuration, the entire body field is moved to a field on attributes called `body_nested`. This method is useful for destinations that ignore or use the body field in an undesired manner.

**Web Interface**

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-78ce3c45387215c75f68264509a305968e3fac0b%2Fintegrations-processors-move-field-image-1.png?alt=media" alt="Bindplane docs - Move Field - image 1"><figcaption></figcaption></figure>

#### Nesting A Field

This configuration will nest an attributes field named `time_local` within another field named simply `time`. This is useful for simplifying or standardizing the data structure of incoming logs. In this example, note the use of bracket notation to create nested fields.

**Web Interface**

<figure><img src="https://1405008107-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgmiOMzBfoNFwmKJFHMcJ%2Fuploads%2Fgit-blob-c95523cbc3646f0575f95046fa0b8902b4c89cf5%2Fintegrations-processors-move-field-image-2.png?alt=media" alt="Bindplane docs - Move Field - image 2"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/integrations/processors/move-field.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
