parent
a24dec97a7
commit
5c6161b8d9
|
@ -35,6 +35,12 @@ DELETE /_ingest/pipeline/my-pipeline-id
|
|||
|
||||
`DELETE /_ingest/pipeline/<pipeline>`
|
||||
|
||||
[[delete-pipeline-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`manage_pipeline`, `manage_ingest_pipelines`, or `manage`
|
||||
<<privileges-list-cluster,cluster privilege>> to use this API.
|
||||
|
||||
[[delete-pipeline-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
|
|
@ -41,6 +41,12 @@ GET /_ingest/pipeline/my-pipeline-id
|
|||
|
||||
`GET /_ingest/pipeline`
|
||||
|
||||
[[get-pipeline-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`manage_pipeline`, `manage_ingest_pipelines`, or `manage`
|
||||
<<privileges-list-cluster,cluster privilege>> to use this API.
|
||||
|
||||
[[get-pipeline-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
|
|
@ -29,6 +29,13 @@ PUT _ingest/pipeline/my-pipeline-id
|
|||
|
||||
`PUT /_ingest/pipeline/<pipeline>`
|
||||
|
||||
[[put-pipeline-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`manage_pipeline`, `manage_ingest_pipelines`, or `manage`
|
||||
<<privileges-list-cluster,cluster privilege>> to use this API.
|
||||
|
||||
|
||||
[[put-pipeline-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
|
|
@ -62,6 +62,12 @@ POST /_ingest/pipeline/my-pipeline-id/_simulate
|
|||
|
||||
`GET /_ingest/pipeline/_simulate`
|
||||
|
||||
[[simulate-pipeline-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
* If the {es} {security-features} are enabled, you must have the
|
||||
`manage_pipeline`, `manage_ingest_pipelines`, or `manage`
|
||||
<<privileges-list-cluster,cluster privilege>> to use this API.
|
||||
|
||||
[[simulate-pipeline-api-desc]]
|
||||
==== {api-description-title}
|
||||
|
|
Loading…
Reference in New Issue