OpenSearch/plugins/discovery-file/src
Ryan Ernst 4f5a934d92 Plugins: Convert custom discovery to pull based plugin (#21398)
* Plugins: Convert custom discovery to pull based plugin

This change primarily moves registering custom Discovery implementations
to the pull based DiscoveryPlugin interface. It also keeps the cloud
based discovery plugins re-registering ZenDiscovery under their own name
in order to maintain backwards compatibility. However,
discovery.zen.hosts_provider is changed here to no longer fallback to
discovery.type. Instead, each plugin which previously relied on the
value of discovery.type now sets the hosts_provider to itself if
discovery.type is set to itself, along with a deprecation warning.
2016-11-08 12:52:10 -08:00
..
main/java/org/elasticsearch/discovery/file Plugins: Convert custom discovery to pull based plugin (#21398) 2016-11-08 12:52:10 -08:00
test Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00