Update pipeline order

PUT {{baseUrl}}/api/v1/logs/config/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.

Request Body

{"pipeline_ids"=>["tags", "org_ids", "products"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"pipeline_ids":["tags","org_ids","products"]}