Hi All!
I'm trying to re-index data from one ES cluster to another with { "match_all": {} } query, but I'd like to limit the result set by a certain number. Currently, all "total" hits are being fetched from the source ES cluster.
Is there a way to stop the input when reaching a certain number of documents?
The "size" parameter of the ES input plugin is applicable for the scrolling only.
Thank you!