9
9
operationId : ingest.get_pipeline.0
10
10
x-operation-group : ingest.get_pipeline
11
11
x-version-added : ' 1.0'
12
- description : Returns a pipeline.
12
+ description : Returns an ingest pipeline.
13
13
externalDocs :
14
14
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/get-ingest/
15
15
parameters :
23
23
operationId : ingest.simulate.0
24
24
x-operation-group : ingest.simulate
25
25
x-version-added : ' 1.0'
26
- description : Allows to simulate a pipeline with example documents.
26
+ description : Simulates an ingest pipeline with example documents.
27
27
externalDocs :
28
28
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/simulate-ingest/
29
29
parameters :
37
37
operationId : ingest.simulate.1
38
38
x-operation-group : ingest.simulate
39
39
x-version-added : ' 1.0'
40
- description : Allows to simulate a pipeline with example documents.
40
+ description : Simulates an ingest pipeline with example documents.
41
41
externalDocs :
42
42
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/simulate-ingest/
43
43
parameters :
52
52
operationId : ingest.get_pipeline.1
53
53
x-operation-group : ingest.get_pipeline
54
54
x-version-added : ' 1.0'
55
- description : Returns a pipeline.
55
+ description : Returns an ingest pipeline.
56
56
externalDocs :
57
57
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/get-ingest/
58
58
parameters :
66
66
operationId : ingest.put_pipeline.0
67
67
x-operation-group : ingest.put_pipeline
68
68
x-version-added : ' 1.0'
69
- description : Creates or updates a pipeline.
69
+ description : Creates or updates an ingest pipeline.
70
70
externalDocs :
71
71
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/create-update-ingest/
72
72
parameters :
83
83
operationId : ingest.delete_pipeline.0
84
84
x-operation-group : ingest.delete_pipeline
85
85
x-version-added : ' 1.0'
86
- description : Deletes a pipeline.
86
+ description : Deletes an ingest pipeline.
87
87
externalDocs :
88
88
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/delete-ingest/
89
89
parameters :
99
99
operationId : ingest.simulate.2
100
100
x-operation-group : ingest.simulate
101
101
x-version-added : ' 1.0'
102
- description : Allows to simulate a pipeline with example documents.
102
+ description : Simulates an ingest pipeline with example documents.
103
103
externalDocs :
104
104
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/simulate-ingest/
105
105
parameters :
@@ -114,7 +114,7 @@ paths:
114
114
operationId : ingest.simulate.3
115
115
x-operation-group : ingest.simulate
116
116
x-version-added : ' 1.0'
117
- description : Allows to simulate a pipeline with example documents.
117
+ description : Simulates an ingest pipeline with example documents.
118
118
externalDocs :
119
119
url : https://opensearch.org/docs/latest/api-reference/ingest-apis/simulate-ingest/
120
120
parameters :
@@ -130,7 +130,7 @@ paths:
130
130
operationId : ingest.processor_grok.0
131
131
x-operation-group : ingest.processor_grok
132
132
x-version-added : ' 1.0'
133
- description : Returns a list of the built-in patterns.
133
+ description : Returns a list of built-in grok patterns.
134
134
externalDocs :
135
135
url : https://opensearch.org/docs/latest
136
136
parameters :
@@ -149,21 +149,23 @@ components:
149
149
_meta :
150
150
$ref : ' ../schemas/_common.yaml#/components/schemas/Metadata'
151
151
description :
152
- description : Description of the ingest pipeline.
152
+ description : The description for the ingest pipeline.
153
153
type : string
154
154
on_failure :
155
- description : Processors to run immediately after a processor failure. Each processor supports a processor-level `on_failure` value. If a processor without an `on_failure` value fails, OpenSearch uses this pipeline-level parameter as a fallback. The processors in this parameter run sequentially in the order specified. OpenSearch will not attempt to run the pipeline's remaining processors.
155
+ description : |-
156
+ The new processor to run immediately after another processor fails. The processors specified in the `on_failure` parameter run sequentially in the order specified.
157
+ If no pipeline are specified in `on_failure` array is specified, OpenSearch will not attempt to run the pipeline's remaining processors.
156
158
type : array
157
159
items :
158
160
$ref : ' ../schemas/ingest._common.yaml#/components/schemas/ProcessorContainer'
159
161
processors :
160
- description : Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.
162
+ description : The processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.
161
163
type : array
162
164
items :
163
165
$ref : ' ../schemas/ingest._common.yaml#/components/schemas/ProcessorContainer'
164
166
version :
165
167
$ref : ' ../schemas/_common.yaml#/components/schemas/VersionNumber'
166
- description : The ingest definition
168
+ description : The ingest definition.
167
169
required : true
168
170
ingest.simulate :
169
171
content :
@@ -172,7 +174,7 @@ components:
172
174
type : object
173
175
properties :
174
176
docs :
175
- description : Sample documents to test in the pipeline.
177
+ description : A list of sample documents to test in the pipeline.
176
178
type : array
177
179
items :
178
180
$ref : ' ../schemas/ingest.simulate.yaml#/components/schemas/Document'
@@ -227,7 +229,7 @@ components:
227
229
in : path
228
230
name : id
229
231
description : |-
230
- Pipeline ID or wildcard expression of pipeline IDs used to limit the request.
232
+ The pipeline ID or wildcard expression of pipeline IDs used to limit the request.
231
233
To delete all ingest pipelines in a cluster, use a value of `*`.
232
234
required : true
233
235
schema :
@@ -236,7 +238,7 @@ components:
236
238
ingest.delete_pipeline::query.cluster_manager_timeout :
237
239
name : cluster_manager_timeout
238
240
in : query
239
- description : Operation timeout for connection to cluster- manager node.
241
+ description : The amount of time allowed to establish a connection to the cluster manager node.
240
242
schema :
241
243
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
242
244
x-version-added : ' 2.0'
@@ -255,17 +257,15 @@ components:
255
257
ingest.delete_pipeline::query.timeout :
256
258
in : query
257
259
name : timeout
258
- description : |-
259
- Period to wait for a response.
260
- If no response is received before the timeout expires, the request fails and returns an error.
260
+ description : The amount of time to wait for a response.
261
261
schema :
262
262
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
263
263
style : form
264
264
ingest.get_pipeline::path.id :
265
265
in : path
266
266
name : id
267
267
description : |-
268
- Comma -separated list of pipeline IDs to retrieve.
268
+ A comma -separated list of pipeline IDs to retrieve.
269
269
Wildcard (`*`) expressions are supported.
270
270
To get all ingest pipelines, omit this parameter or use `*`.
271
271
required : true
@@ -275,7 +275,7 @@ components:
275
275
ingest.get_pipeline::query.cluster_manager_timeout :
276
276
name : cluster_manager_timeout
277
277
in : query
278
- description : Operation timeout for connection to cluster- manager node.
278
+ description : The amount of time allowed to establish a connection to the cluster manager node.
279
279
schema :
280
280
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
281
281
x-version-added : ' 2.0'
@@ -294,15 +294,15 @@ components:
294
294
ingest.put_pipeline::path.id :
295
295
in : path
296
296
name : id
297
- description : ID of the ingest pipeline to create or update .
297
+ description : The ID of the ingest pipeline.
298
298
required : true
299
299
schema :
300
300
$ref : ' ../schemas/_common.yaml#/components/schemas/Id'
301
301
style : simple
302
302
ingest.put_pipeline::query.cluster_manager_timeout :
303
303
name : cluster_manager_timeout
304
304
in : query
305
- description : Operation timeout for connection to cluster- manager node.
305
+ description : The amount of time allowed to establish a connection to the cluster manager node.
306
306
schema :
307
307
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
308
308
x-version-added : ' 2.0'
@@ -319,15 +319,15 @@ components:
319
319
ingest.put_pipeline::query.timeout :
320
320
in : query
321
321
name : timeout
322
- description : Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error .
322
+ description : The amount of time to wait for a response.
323
323
schema :
324
324
$ref : ' ../schemas/_common.yaml#/components/schemas/Duration'
325
325
style : form
326
326
ingest.simulate::path.id :
327
327
in : path
328
328
name : id
329
329
description : |-
330
- Pipeline to test.
330
+ The pipeline to test.
331
331
If you don't specify a `pipeline` in the request body, this parameter is required.
332
332
required : true
333
333
schema :
@@ -336,15 +336,15 @@ components:
336
336
ingest.simulate::query.verbose :
337
337
in : query
338
338
name : verbose
339
- description : If `true`, the response includes output data for each processor in the executed pipeline.
339
+ description : When `true`, the response includes output data for each processor in the pipeline
340
340
schema :
341
341
type : boolean
342
342
default : false
343
343
style : form
344
344
ingest.processor_grok::query.s :
345
345
name : s
346
346
in : query
347
- description : Sort returned patterns by key name.
347
+ description : Determines how to sort returned grok patterns by key name.
348
348
schema :
349
349
type : boolean
350
350
default : false
0 commit comments