logs_pipelines
Manage Datadog log pipelines for parsing and processing log data. Supports listing, creating, updating, deleting, and reordering pipelines to control log transformation order.
Instructions
Manage Datadog Logs pipelines (parsing & processor chains). Actions: list, get, create, update, delete, reorder, get_order. Pipelines run sequentially on incoming logs; reorder changes the structure of downstream data. Mutations are blocked when the server is in read-only mode. Unknown processor types in 'config.processors' are forwarded to Datadog unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| id | No | Pipeline ID (required for get/update/delete) | |
| config | No | Pipeline configuration (for create/update). Requires name and filter.query. Processors are forwarded unchanged. | |
| pipeline_ids | No | Ordered pipeline ID list (required for reorder) | |
| verbose | No | Return full SDK payload alongside summary (default false) |