December 2017
Intermediate to advanced
434 pages
10h 29m
English
This API is used to retrieve the definition of an existing pipeline. Using this API, one can find the details of a single pipeline definition or find the definitions of all the pipelines.
The command to find the definition of all the pipelines is:
curl -X GET http://localhost:9200/_ingest/pipeline -H 'content-type: application/json'
To find the definition of an existing pipeline, pass the pipeline ID to the get the pipelines .api. The following is an example of finding the definition of the pipeline named secondpipeline:
curl -X GET http://localhost:9200/_ingest/pipeline/secondpipeline -H 'content-type: application/json'
Read now
Unlock full access