OpenSearch/qa
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
..
backwards-5.0 Build: Find bwc version during build (#23801) 2017-03-29 12:11:38 -07:00
evil-tests Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
multi-cluster-search Wildcard cluster names for cross cluster search (#23985) 2017-04-11 13:56:26 -05:00
no-bootstrap-tests Fix permissions handling on Windows spawner test 2017-04-07 06:25:24 -04:00
rolling-upgrade Build: Find bwc version during build (#23801) 2017-03-29 12:11:38 -07:00
smoke-test-client Introduce single-node discovery 2017-04-04 03:02:58 -04:00
smoke-test-http Rename random ASCII helper methods 2017-04-04 11:04:18 -04:00
smoke-test-ingest-disabled Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-ingest-with-all-dependencies Mustache: don't extend AbstractComponent (#23419) 2017-03-01 14:54:27 -05:00
smoke-test-multinode Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-plugins Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-reindex-with-painless Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
smoke-test-tribe-node Build: Rework integ test setup and shutdown to ensure stop runs when desired (#23304) 2017-02-22 12:43:15 -08:00
vagrant Packaging: Get more info when `[INIT.D] don't mkdir when it contains a comma` fails 2017-04-11 15:15:51 +02:00