mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 03:49:38 +00:00
parent
f9f4543f7c
commit
21a6a11550
@ -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]]
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user