Class RemoteClusterSettings

java.lang.Object
org.elasticsearch.transport.RemoteClusterSettings

public class RemoteClusterSettings extends Object
  • Field Details

    • DEFAULT_INITIAL_CONNECTION_TIMEOUT

      public static final TimeValue DEFAULT_INITIAL_CONNECTION_TIMEOUT
    • REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING

      public static final Setting<TimeValue> REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING
      The initial connect timeout for remote cluster connections
    • REMOTE_NODE_ATTRIBUTE

      public static final Setting<String> REMOTE_NODE_ATTRIBUTE
      The name of a node attribute to select nodes that should be connected to in the remote cluster. For instance a node can be configured with node.attr.gateway: true in order to be eligible as a gateway node between clusters. In that case cluster.remote.node.attr: gateway can be used to filter out other nodes in the remote cluster. The value of the setting is expected to be a boolean, true for nodes that can become gateways, false otherwise.
    • DEFAULT_SKIP_UNAVAILABLE

      public static final boolean DEFAULT_SKIP_UNAVAILABLE
      See Also:
    • REMOTE_CLUSTER_SKIP_UNAVAILABLE

      public static final Setting.AffixSetting<Boolean> REMOTE_CLUSTER_SKIP_UNAVAILABLE
    • REMOTE_CLUSTER_PING_SCHEDULE

      public static final Setting.AffixSetting<TimeValue> REMOTE_CLUSTER_PING_SCHEDULE
    • REMOTE_CLUSTER_COMPRESS

      public static final Setting.AffixSetting<Compression.Enabled> REMOTE_CLUSTER_COMPRESS
    • REMOTE_CLUSTER_COMPRESSION_SCHEME

      public static final Setting.AffixSetting<Compression.Scheme> REMOTE_CLUSTER_COMPRESSION_SCHEME
    • REMOTE_CLUSTER_CREDENTIALS

      public static final Setting.AffixSetting<SecureString> REMOTE_CLUSTER_CREDENTIALS
    • REMOTE_CONNECTION_MODE

      public static final Setting.AffixSetting<org.elasticsearch.transport.RemoteConnectionStrategy.ConnectionStrategy> REMOTE_CONNECTION_MODE
    • DEFAULT_MAX_PENDING_CONNECTION_LISTENERS

      public static final int DEFAULT_MAX_PENDING_CONNECTION_LISTENERS
      See Also:
    • REMOTE_MAX_PENDING_CONNECTION_LISTENERS

      public static final Setting<Integer> REMOTE_MAX_PENDING_CONNECTION_LISTENERS
  • Constructor Details

    • RemoteClusterSettings

      public RemoteClusterSettings()
  • Method Details