Class ReindexSslConfig

java.lang.Object
org.elasticsearch.reindex.ReindexSslConfig

public class ReindexSslConfig extends Object
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

    Constructors
    Constructor
    Description
    ReindexSslConfig(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.env.Environment environment, org.elasticsearch.watcher.ResourceWatcherService resourceWatcher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<org.elasticsearch.common.settings.Setting<?>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReindexSslConfig

      public ReindexSslConfig(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.env.Environment environment, org.elasticsearch.watcher.ResourceWatcherService resourceWatcher)
  • Method Details

    • getSettings

      public static List<org.elasticsearch.common.settings.Setting<?>> getSettings()