For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/events/pipelines_and_processors/remapper.md. A documentation index is available at /llms.txt.

Overview

The remapper processor remaps any source attribute(s) or tags to another target attribute or tag. For example, remap user by firstname to target your logs in the Events Explorer:

Attribute after remapping

Additional constraints, such as : or ,, are not allowed in the target tag/attribute name.

If the target of the remapper is an attribute, the remapper can also try to cast the value to a new type (String, Integer or Double). If the cast is not possible, the original type is kept.

Note: The decimal separator for Double need to be ..

Define the remapper processor on the Pipelines page. For example, remap user to user.firstname.

Attribute remapper processor