java.lang.Object
org.elasticsearch.transport.RemoteClusterPortSettings
Contains the settings and some associated logic for the settings related to the Remote Access port, used by Remote Cluster Security 2.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Setting
<ByteSizeValue> static final String
static final String
static final Setting
<ByteSizeValue> static final Setting
<ByteSizeValue> static final TransportVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TcpTransport.ProfileSettings
buildRemoteAccessProfileSettings
(Settings settings)
-
Field Details
-
TRANSPORT_VERSION_ADVANCED_REMOTE_CLUSTER_SECURITY
-
REMOTE_CLUSTER_PROFILE
- See Also:
-
REMOTE_CLUSTER_PREFIX
- See Also:
-
REMOTE_CLUSTER_SERVER_ENABLED
-
HOST
-
PUBLISH_HOST
-
BIND_HOST
-
PORT
-
PUBLISH_PORT
-
TCP_KEEP_ALIVE
-
TCP_KEEP_IDLE
-
TCP_KEEP_INTERVAL
-
TCP_KEEP_COUNT
-
TCP_NO_DELAY
-
TCP_REUSE_ADDRESS
-
TCP_SEND_BUFFER_SIZE
-
TCP_RECEIVE_BUFFER_SIZE
-
MAX_REQUEST_HEADER_SIZE
-
-
Constructor Details
-
RemoteClusterPortSettings
public RemoteClusterPortSettings()
-
-
Method Details
-
buildRemoteAccessProfileSettings
-