Skip to content

Commit

Permalink
ingest: document index.default_pipeline (#34500)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Oct 24, 2018
1 parent f1d63a7 commit e0ee802
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/index-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ specific index module:
The maximum length of regex that can be used in Regexp Query.
Defaults to `1000`.

`index.default_pipeline`::

The default <<ingest,ingest node>> pipeline for this index. Index requests will fail
if the default pipeline is set and the pipeline does not exist. The default may be
overridden using the `pipeline` parameter. The special pipeline name `_none` indicates
no ingest pipeline should be run.

[float]
=== Settings in other index modules

Expand Down
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 e0ee802

Please sign in to comment.