Logs 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"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.