OpenSearch/modules/reindex
Henning Andersen 575918e8e6 Reindex from Remote allow date math (#40303)
Previously, reindexing from remote using date math in the source index
name did not work if the math contained / or ,. A workaround was to
then URL escape the index name in the request.

With this change, we now support any index name in the remote request
that the remote source supports, doing the URL escape when sending the
request.

Related to #23533
2019-04-01 19:58:06 +02:00
..
src Reindex from Remote allow date math (#40303) 2019-04-01 19:58:06 +02:00
build.gradle Introduce ssl settings to reindex from remote (#37527) 2019-01-31 18:06:05 +11:00