Browse Source

Pipeline setting missing in reindex.asciidoc (#89125)

* Update reindex.asciidoc

* Update docs/reference/docs/reindex.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
Michael Bischoff 2 years ago
parent
commit
a8706293e6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/docs/reindex.asciidoc

+ 3 - 0
docs/reference/docs/reindex.asciidoc

@@ -575,6 +575,9 @@ Valid values: `index`, `create`. Defaults to `index`.
 IMPORTANT: To reindex to a data stream destination, this argument must be
 `create`.
 
+`pipeline`:::
+(Optional, string) the name of the <<reindex-with-an-ingest-pipeline,pipeline>> to use.
+
 `script`::
 `source`:::
 (Optional, string) The script to run to update the document source or metadata when reindexing.