Skip to content

Commit

Permalink
add mention of default pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Oct 18, 2018
1 parent 1e6e908 commit 66f033c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ PUT my-index/_doc/my-id?pipeline=my_pipeline_id
// CONSOLE
// TEST[catch:bad_request]

An index may also declare a <<dynamic-index-settings,default pipeline>> that will be used in the
absence of the `pipeline` parameter.

See <<ingest-apis,Ingest APIs>> for more information about creating, adding, and deleting pipelines.

--
Expand Down

0 comments on commit 66f033c

Please sign in to comment.