public static class ElasticsearchConfiguration.Cluster extends ESConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
ElasticsearchConfiguration.Cluster.Metrics
Due to the forwarding specifications, no credentials should be configured for data cluster because the gateway
must forward any request to ES using the original client credentials (even if it's still possible to configure
the gateway ES client with TLS and keys).
|
static class |
ElasticsearchConfiguration.Cluster.Type |
credentials, hosts, index, indexName, indexSuffixDatePattern, prefix, settings, sslCertificate, sslEnabled, sslHostnameVerification, sslPrivateKey, sslTrustedCertificate, TYPE
Constructor and Description |
---|
Cluster() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId() |
ElasticsearchConfiguration.Cluster.Metrics |
getMetrics() |
void |
setClusterId(String clusterId) |
void |
setMetrics(ElasticsearchConfiguration.Cluster.Metrics metrics) |
getCredentials, getCredentialsMap, getHosts, getIndex, getIndexName, getIndexSuffixDatePattern, getPrefix, getReporterSettings, getSettings, getSslCertificate, getSslEnabled, getSslHostnameVerification, getSslPrivateKey, getSslTrustedCertificate, setCredentials, setHosts, setIndex, setIndexName, setIndexSuffixDatePattern, setPrefix, setSettings, setSslCertificate, setSslEnabled, setSslHostnameVerification, setSslPrivateKey, setSslTrustedCertificate
public String getClusterId()
public void setClusterId(String clusterId)
public ElasticsearchConfiguration.Cluster.Metrics getMetrics()
public void setMetrics(ElasticsearchConfiguration.Cluster.Metrics metrics)
Copyright © 2023. All rights reserved.