Skip to content

Commit cff2a5f

Browse files
geekpetelcawl
authored andcommitted
[DOCS] Array of index patterns is also valid source indices with transform (#50777)
1 parent a620844 commit cff2a5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,9 @@ end::source-transforms[]
772772

773773
tag::source-index-transforms[]
774774
The _source indices_ for the {transform}. It can be a single index, an index
775-
pattern (for example, `"myindex*"`), or an array of indices (for example,
776-
`["index1", "index2"]`).
775+
pattern (for example, `"myindex*"`), an array of indices (for example,
776+
`["index1", "index2"]`), or an array of index patterns (for example,
777+
`["myindex1-*", "myindex2-*"]`.
777778
end::source-index-transforms[]
778779

779780
tag::source-query-transforms[]

0 commit comments

Comments
 (0)