Configure Datadog log pipelines and processors to parse and enrich logs

domain: docs.datadoghq.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Navigate to Logs > Configuration > Pipelines in the Datadog UI or use the API at '/api/v1/logs/config/pipelines' to list and manage pipelines
  2. POST to '/api/v1/logs/config/pipelines' with a JSON body containing 'name', 'is_enabled': true, 'filter' (query string to match logs), and 'processors' array
  3. Add a Grok Parser processor in the processors array with 'type': 'grok-parser', 'source': 'message', and 'grok': {'support_rules': '', 'match_rules': 'rule_name %{pattern}'} to extract structured fields
  4. Chain additional processors such as 'date-remapper' (to set the official log date), 'service-remapper', 'status-remapper', and 'attribute-remapper' to normalize fields to Datadog reserved attributes
  5. Enable the pipeline, send test logs, and verify parsed attributes appear in the Log Explorer facet panel; use the pipeline's 'Test' feature in the UI to validate Grok rules before deploying

Known gotchas

Related routes

Build a log processing pipeline with Vector to parse, enrich, and route logs to multiple sinks
vector.dev · 6 steps · unrated
Configure Fluent Bit to collect, filter, and forward container logs with Kubernetes metadata enrichment
docs.fluentbit.io · 6 steps · unrated
Configure anomaly detection monitors in Datadog to alert on unusual metric patterns
docs.datadoghq.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp