[DOCS] Add security privileges to ingest API docs (#67845) (#67902)

This commit is contained in:
James Rodewig 2021-01-25 08:59:52 -05:00 committed by GitHub
parent a24dec97a7
commit 5c6161b8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}