[DOCS] Document get pipeline API as multi-target (#64816) (#64828)

This commit is contained in:
James Rodewig 2020-11-09 16:28:23 -05:00 committed by GitHub
parent f9f4543f7c
commit 21a6a11550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -45,8 +45,12 @@ GET /_ingest/pipeline/my-pipeline-id
[[get-pipeline-api-path-params]]
==== {api-path-parms-title}
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=path-pipeline]
`<pipeline>`::
(Optional, string)
Comma-separated list of pipeline IDs to retrieve. Wildcard (`*`) expressions are
supported.
+
To get all ingest pipelines, omit this parameter or use `*`.
[[get-pipeline-api-query-params]]

View File

@ -664,12 +664,6 @@ The number of search or bulk index operations processed. Documents are
processed in batches instead of individually.
end::pages-processed[]
tag::path-pipeline[]
`<pipeline>`::
(Optional, string) Comma-separated list or wildcard expression of pipeline IDs
used to limit the request.
end::path-pipeline[]
tag::pivot[]
The method for transforming the data. These objects define the pivot function
`group by` fields and the aggregation to reduce the data.