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

Overview

The processors outlined in this documentation are specific to cloud-based logging environments. To parse, structure, and enrich on-premises logs, see Observability Pipelines.

A processor executes within a Pipeline to complete a data-structuring action and generate attributes to enrich your logs.

Processors

In log configuration settings, you can configure processors such as the Grok parser or date remapper to help extract, create, and remap attributes to enrich your logs and enhance faceted search.

Notes:

  • Structured logs should be shipped in a valid format. If the structure contains invalid characters for parsing, these should be stripped at the Agent level using the mask_sequences feature.

  • As a best practice, it is recommended to use at most 20 processors per pipeline.

Processor types

Select a processor type to learn more:


Further reading