From 7fde68762c1a398742985df4db9c7e87ccdfa2f5 Mon Sep 17 00:00:00 2001 From: Peter Dyson Date: Thu, 9 Jan 2020 11:19:36 +1000 Subject: [PATCH] an array of index patterns is also valid source indices with transform --- docs/reference/rest-api/common-parms.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index 36b9791ebfdf0..0703260414716 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -764,8 +764,9 @@ end::source-transforms[] tag::source-index-transforms[] The _source indices_ for the {transform}. It can be a single index, an index -pattern (for example, `"myindex*"`), or an array of indices (for example, -`["index1", "index2"]`). +pattern (for example, `"myindex*"`), an array of indices (for example, +`["index1", "index2"]`), or an array of index patterns (for example, +`["myindex1-*", "myindex2-*"]`. end::source-index-transforms[] tag::source-query-transforms[]