Skip to content

Commit 66f033c

Browse files
committed
add mention of default pipeline
1 parent 1e6e908 commit 66f033c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/ingest.asciidoc

Lines changed: 3 additions & 0 deletions
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)