OpenSearch/plugins/discovery-file
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
..
config/discovery-file File-based discovery plugin (#20394) 2016-09-13 20:52:39 -04:00
src Plugins: Convert custom discovery to pull based plugin (#21398) 2016-11-08 12:52:10 -08:00
build.gradle File-based discovery plugin integration tests (#20492) 2016-09-21 15:48:18 -04:00