Module org.elasticsearch.server
Package org.elasticsearch.transport
Class RemoteClusterSettings.SniffConnectionStrategySettings
java.lang.Object
org.elasticsearch.transport.RemoteClusterSettings.SniffConnectionStrategySettings
- Enclosing class:
RemoteClusterSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Predicate<DiscoveryNode> static final intstatic final Setting.AffixSetting<List<String>> A list of initial seed nodes to discover eligible nodes from the remote clusterstatic final Setting.AffixSetting<String> A proxy address for the remote cluster.The maximum number of connections that will be established to a remote cluster.static final Setting.AffixSetting<Integer> The maximum number of node connections that will be established to a remote cluster. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_SEED_NODES
-
REMOTE_CLUSTER_SEEDS
A list of initial seed nodes to discover eligible nodes from the remote cluster -
REMOTE_CLUSTERS_PROXY
A proxy address for the remote cluster. By default this is not set, meaning that Elasticsearch will connect directly to the nodes in the remote cluster using their publish addresses. If this setting is set to an IP address or hostname then Elasticsearch will connect to the nodes in the remote cluster using this address instead. Use of this setting is not recommended and it is deliberately undocumented as it does not work well with all proxies. -
DEFAULT_REMOTE_CONNECTIONS_PER_CLUSTER
public static final int DEFAULT_REMOTE_CONNECTIONS_PER_CLUSTER- See Also:
-
REMOTE_CONNECTIONS_PER_CLUSTER
The maximum number of connections that will be established to a remote cluster. For instance if there is only a single seed node, other nodes will be discovered up to the given number of nodes in this setting. The default is 3. -
REMOTE_NODE_CONNECTIONS
The maximum number of node connections that will be established to a remote cluster. For instance if there is only a single seed node, other nodes will be discovered up to the given number of nodes in this setting. The default is 3. -
DEFAULT_NODE_PREDICATE
-
-
Constructor Details
-
SniffConnectionStrategySettings
public SniffConnectionStrategySettings()
-