OpenSearch/qa/multi-cluster-search/src/test
Tim Brooks cf6b03c8f4 Wildcard cluster names for cross cluster search (#23985)
This is related to #23893. This commit allows users to use wilcards for
cluster names when executing a cross cluster search.

So instead of defining every cluster such as:

GET one:*,two:*,three:*/_search

A user could just search:

GET *:*/_search

As ":" characters are currently allowed in index names, if the text
up to the first ":" does not match a defined cluster name, the entire
string is treated as an index name.
2017-04-11 13:56:26 -05:00
..
java/org/elasticsearch/upgrades Add support for proxy nodes 2017-01-03 17:24:32 +01:00
resources/rest-api-spec/test Wildcard cluster names for cross cluster search (#23985) 2017-04-11 13:56:26 -05:00