Skip to content

Commit

Permalink
[DOCS] Clarify document updates don't apply ingest pipelines (elastic…
Browse files Browse the repository at this point in the history
…#82232) (elastic#82328)

Adding text to clarify that the default pipeline only applies to indexing requests, not updates.

Co-authored-by: James Rodewig <[email protected]>
(cherry picked from commit 4e6e4ea)

Co-authored-by: Mike Barretta <[email protected]>
  • Loading branch information
2 people authored and astefan committed Jan 7, 2022
1 parent f56c6a8 commit 0c856a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ POST _reindex
=== Set a default pipeline

Use the <<index-default-pipeline,`index.default_pipeline`>> index setting to set
a default pipeline. {es} applies this pipeline if no `pipeline` parameter
is specified.
a default pipeline. {es} applies this pipeline to indexing requests if no
`pipeline` parameter is specified.

[discrete]
[[set-final-pipeline]]
Expand Down

0 comments on commit 0c856a2

Please sign in to comment.