Package org.elasticsearch.reindex
Class ReindexSslConfig
java.lang.Object
org.elasticsearch.reindex.ReindexSslConfig
Loads "reindex.ssl.*" configuration from Settings, and makes the applicable configuration (trust manager / key manager / hostname
verification / cipher-suites) available for reindex-from-remote.
-
Constructor Summary
ConstructorsConstructorDescriptionReindexSslConfig
(Settings settings, Environment environment, ResourceWatcherService resourceWatcher) -
Method Summary
-
Constructor Details
-
ReindexSslConfig
public ReindexSslConfig(Settings settings, Environment environment, ResourceWatcherService resourceWatcher)
-
-
Method Details
-
getSettings
-