Skip to content

Commit

Permalink
[DOCS] Array of index patterns is also valid source indices with tran…
Browse files Browse the repository at this point in the history
…sform (#50777)
  • Loading branch information
geekpete authored and lcawl committed Jan 13, 2020
1 parent 86fb06a commit 4cb525d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/rest-api/common-parms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,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[]
Expand Down

0 comments on commit 4cb525d

Please sign in to comment.