Skip to content

Commit 38c2079

Browse files
committed
ingest: document index.default_pipeline (elastic#34500)
1 parent c4f03ae commit 38c2079

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
@@ -222,6 +222,13 @@ specific index module:
222222
The maximum length of regex that can be used in Regexp Query.
223223
Defaults to `1000`.
224224

225+
`index.default_pipeline`::
226+
227+
The default <<ingest,ingest node>> pipeline for this index. Index requests will fail
228+
if the default pipeline is set and the pipeline does not exist. The default may be
229+
overridden using the `pipeline` parameter. The special pipeline name `_none` indicates
230+
no ingest pipeline should be run.
231+
225232
[float]
226233
=== Settings in other index modules
227234

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)