Skip to content

Commit 067d135

Browse files
authored
ingest: document index.default_pipeline (#34500)
1 parent 5a4866f commit 067d135

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/reference/index-modules.asciidoc

+7
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ specific index module:
234234
The length of time that a <<delete-versioning,deleted document's version number>> remains available for <<index-versioning,further versioned operations>>.
235235
Defaults to `60s`.
236236

237+
`index.default_pipeline`::
238+
239+
The default <<ingest,ingest node>> pipeline for this index. Index requests will fail
240+
if the default pipeline is set and the pipeline does not exist. The default may be
241+
overridden using the `pipeline` parameter. The special pipeline name `_none` indicates
242+
no ingest pipeline should be run.
243+
237244
[float]
238245
=== Settings in other index modules
239246

docs/reference/ingest.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ PUT my-index/_doc/my-id?pipeline=my_pipeline_id
3535
// CONSOLE
3636
// TEST[catch:bad_request]
3737

38+
An index may also declare a <<dynamic-index-settings,default pipeline>> that will be used in the
39+
absence of the `pipeline` parameter.
40+
3841
See <<ingest-apis,Ingest APIs>> for more information about creating, adding, and deleting pipelines.
3942

4043
--

0 commit comments

Comments
 (0)