Module org.elasticsearch.server
Package org.elasticsearch.transport
Class RemoteClusterSettings.ProxyConnectionStrategySettings
java.lang.Object
org.elasticsearch.transport.RemoteClusterSettings.ProxyConnectionStrategySettings
- Enclosing class:
RemoteClusterSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Setting.AffixSetting<String> The remote address for the proxy.static final Setting.AffixSetting<Integer> The maximum number of socket connections that will be established to a remote cluster.static final Setting.AffixSetting<String> A configurable server_name attribute -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROXY_ADDRESS
The remote address for the proxy. The connections will be opened to the configured address. -
DEFAULT_REMOTE_SOCKET_CONNECTIONS
public static final int DEFAULT_REMOTE_SOCKET_CONNECTIONS- See Also:
-
REMOTE_SOCKET_CONNECTIONS
The maximum number of socket connections that will be established to a remote cluster. The default is 18. -
SERVER_NAME
A configurable server_name attribute
-
-
Constructor Details
-
ProxyConnectionStrategySettings
public ProxyConnectionStrategySettings()
-