The request is a JSON body defining the new index pipeline. Only the id
field is required to create a pipeline with no stages. Include a stages
array with at least the type
and id
field per stage to create a working pipeline.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The app to which this object belongs, as app:SomeApp
. If the app doesn't exist, the request fails. Other comma-separated contexts in the context
parameter are allowed but ignored.
A JSON object defining the index pipeline.
Created
A JSON object defining the index pipeline.