Observability Pipelines

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Observability Pipelines are not available in the selected site ().

A graphic showing different data sources on the left that flows into three hexagons named transform, reduce, and route, with arrows pointing to different destinations for the modified data

Overview

Observability Pipelines allow you to collect, process, and route observability data (logs, metrics, and traces) from any source to any destination in infrastructure that you own or manage. With Observability Pipelines, you can:

  • Control your data volume before routing to manage costs.
  • Route data anywhere to reduce vendor lock-in and simplify migrations.
  • Transform logs and metrics by adding, parsing, enriching, and removing fields and tags.
  • Redact sensitive data from your telemetry data.

The Observability Pipelines Worker is the software that runs in your infrastructure. It aggregates and centrally processes and routes your data. More specifically, the Worker can:

  • Receive or pull all your observability data collected by your agents, collectors, or forwarders.
  • Transform ingested data (for example: parse, filter, sample, enrich, and more).
  • Route the processed data to any destination.

The Datadog UI provides a control plane to manage your Observability Pipelines Workers. You can monitor your pipelines to understand the health of your pipelines, identify bottlenecks and latencies, fine-tune performance, validate data delivery, and investigate your largest volume contributors. You can build or edit pipelines, whether it be routing a subset of data to a new destination or introducing a new sensitive data redaction rule, and roll out these changes to your active pipelines from the Datadog UI.

Get started

  1. Set up the Observability Pipelines Worker.
  2. Create pipelines to collect, transform and route your data.

Explore Observability Pipelines

Start getting insights into your Observability Pipelines:

Collect data from any source and route data to any destination

Collect logs, metrics, and traces from any source and route them to any destination to reduce vendor lock-in and simplify migrations.

The Datadog Logs component side panel showing a line graph of events in/out per second and a link graph of bytes in/out per second

Control your data volume before it gets routed

Optimize volume and reduce the size of your observability data by sampling, filtering, deduplicating, and aggregating your logs and metrics. Govern your telemetry by enforcing data standards and controlling tags for metrics.

The list of transforms side panel showing the transforms available such as aggregate, AWS EC2 Metadata, dedupe and more.

Redact sensitive data from your telemetry data

Redact sensitive data before they are routed outside of your infrastructure, using out-of-the-box patterns to scan for PII, PCI, private keys, and more.

The sensitive data scanner rules library panel showing the available rules for personal identifiable information and network and device information

Monitor the health of your pipelines

Get a holistic view of all of your pipelines’ topologies and monitor key performance indicators, such as average load, error rate, and throughput for each of your flows.

The pipeline configuration page showing a warning because components are experiencing errors and an event ingestion delay was detected

Further Reading