java.lang.Object
org.elasticsearch.transport.RemoteClusterSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Setting.AffixSetting<Compression.Enabled> static final Setting.AffixSetting<Compression.Scheme> static final Setting.AffixSetting<SecureString> static final Setting.AffixSetting<TimeValue> static final Setting.AffixSetting<Boolean> The initial connect timeout for remote cluster connectionsThe name of a node attribute to select nodes that should be connected to in the remote cluster. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REMOTE_INITIAL_CONNECTION_TIMEOUT_SETTING
The initial connect timeout for remote cluster connections -
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 withnode.attr.gateway: truein order to be eligible as a gateway node between clusters. In that casecluster.remote.node.attr: gatewaycan be used to filter out other nodes in the remote cluster. The value of the setting is expected to be a boolean,truefor nodes that can become gateways,falseotherwise. -
REMOTE_CLUSTER_SKIP_UNAVAILABLE
-
REMOTE_CLUSTER_PING_SCHEDULE
-
REMOTE_CLUSTER_COMPRESS
-
REMOTE_CLUSTER_COMPRESSION_SCHEME
-
REMOTE_CLUSTER_CREDENTIALS
-
-
Constructor Details
-
RemoteClusterSettings
public RemoteClusterSettings()
-