v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBLogs Pipelines
Update pipeline order
Update the order of your pipelines. Since logs are processed sequentially, reordering a pipeline may change the structure and content of the data processed by other pipelines and their processors.
Note: Using the PUT method updates your pipeline order by replacing your current order with the new one sent to your Datadog organization.
put/api/v1/logs/config/pipeline-order
Request body
Example request
{
"pipeline_ids": [
"tags",
"org_ids",
"products"
]
}Response
OK
Example response
{
"pipeline_ids": [
"tags",
"org_ids",
"products"
]
}