Put Pipeline API
editPut Pipeline API
editPut Pipeline Request
editA PutPipelineRequest
requires an id
argument, a source and a XContentType
. The source consists
of a description and a list of Processor
objects.
Optional arguments
editThe following arguments can optionally be provided:
Timeout to wait for the all the nodes to acknowledge the pipeline creation as a |
|
Timeout to wait for the all the nodes to acknowledge the pipeline creation as a |
Synchronous Execution
editAsynchronous Execution
editThe asynchronous execution of a put pipeline request requires both the PutPipelineRequest
instance and an ActionListener
instance to be passed to the asynchronous
method:
The asynchronous method does not block and returns immediately. Once it is
completed the ActionListener
is called back using the onResponse
method
if the execution successfully completed or using the onFailure
method if
it failed.
A typical listener for WritePipelineResponse
looks like:
Put Pipeline Response
editThe returned WritePipelineResponse
allows to retrieve information about the executed
operation as follows: