From 4e6e4eab2297e949ec994e688dad46290d018022 Mon Sep 17 00:00:00 2001 From: Mike Barretta Date: Thu, 6 Jan 2022 16:37:21 -0500 Subject: [PATCH] [DOCS] Clarify document updates don't apply ingest pipelines (#82232) Adding text to clarify that the default pipeline only applies to indexing requests, not updates. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> --- docs/reference/ingest.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/ingest.asciidoc b/docs/reference/ingest.asciidoc index f44cb17c22519..9cd7b4cd19b8a 100644 --- a/docs/reference/ingest.asciidoc +++ b/docs/reference/ingest.asciidoc @@ -264,8 +264,8 @@ POST _reindex === Set a default pipeline Use the <> 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]]