Interface ElasticsearchConfiguration
@ProviderType
public interface ElasticsearchConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanDeprecated.As of Athanasius (7.3.x)intDeprecated.As of Athanasius (7.3.x), replaced bysidecarHttpPort()booleanbooleanintbooleanintintString[]nodeName()Deprecated.As of Athanasius (7.3.x), replaced byproductionModeEnabled()password()booleanintbooleanlongString[]longbooleanusername()
-
Method Details
-
operationMode
Deprecated.As of Athanasius (7.3.x), replaced byproductionModeEnabled() -
productionModeEnabled
boolean productionModeEnabled() -
remoteClusterConnectionId
String remoteClusterConnectionId() -
networkHostAddresses
String[] networkHostAddresses() -
authenticationEnabled
boolean authenticationEnabled() -
username
String username() -
password
String password() -
httpSSLEnabled
boolean httpSSLEnabled() -
truststoreType
String truststoreType() -
truststorePath
String truststorePath() -
truststorePassword
String truststorePassword() -
indexNamePrefix
String indexNamePrefix() -
indexNumberOfReplicas
String indexNumberOfReplicas() -
indexNumberOfShards
String indexNumberOfShards() -
indexMaxResultWindow
int indexMaxResultWindow() -
additionalIndexConfigurations
String additionalIndexConfigurations() -
additionalTypeMappings
String additionalTypeMappings() -
overrideTypeMappings
String overrideTypeMappings() -
logExceptionsOnly
boolean logExceptionsOnly() -
minimumRequiredNodeVersion
String minimumRequiredNodeVersion() -
restClientLoggerLevel
RESTClientLoggerLevel restClientLoggerLevel() -
clusterName
String clusterName() -
nodeName
String nodeName() -
bootstrapMlockAll
boolean bootstrapMlockAll() -
embeddedHttpPort
Deprecated.As of Athanasius (7.3.x), replaced bysidecarHttpPort() -
sidecarHttpPort
String sidecarHttpPort() -
discoveryZenPingUnicastHostsPort
Deprecated.As of Athanasius (7.3.x) -
networkHost
String networkHost() -
networkBindHost
String networkBindHost() -
networkPublishHost
String networkPublishHost() -
trackTotalHits
boolean trackTotalHits() -
transportTcpPort
String transportTcpPort() -
additionalConfigurations
String additionalConfigurations() -
httpCORSEnabled
boolean httpCORSEnabled() -
httpCORSAllowOrigin
String httpCORSAllowOrigin() -
httpCORSConfigurations
String httpCORSConfigurations() -
maxConnections
int maxConnections() -
maxConnectionsPerRoute
int maxConnectionsPerRoute() -
sidecarDebug
boolean sidecarDebug() -
sidecarDebugSettings
String sidecarDebugSettings() -
sidecarHeartbeatInterval
long sidecarHeartbeatInterval() -
sidecarHome
String sidecarHome() -
sidecarJVMOptions
String[] sidecarJVMOptions() -
sidecarShutdownTimeout
long sidecarShutdownTimeout() -
proxyHost
String proxyHost() -
proxyPort
int proxyPort() -
proxyUserName
String proxyUserName() -
proxyPassword
String proxyPassword()
-