public class ElasticsearchConfiguration extends Object
| Constructor and Description |
|---|
ElasticsearchConfiguration() |
public String getClusterName()
public String getNodeNamePrefix()
public boolean isMasterNode()
public boolean isDataNode()
public boolean isClientNode()
public int getTransportTcpPort()
public boolean isHttpEnabled()
public String getInitialStateTimeout()
public String getNetworkHost()
public String getNetworkBindHost()
public String getNetworkPublishHost()
public long getClusterDiscoveryTimeout()
public boolean isDisableVersionCheck()
public java.nio.file.Path getConfigFile()
public String getIndexPrefix()
@Deprecated public int getMaxNumberOfIndices()
@Deprecated public int getMaxDocsPerIndex()
@Deprecated public long getMaxSizePerIndex()
@Deprecated public org.joda.time.Period getMaxTimePerIndex()
public int getShards()
public int getReplicas()
public String getAnalyzer()
public String getTemplateName()
@Deprecated public String getRotationStrategy()
public boolean performRetention()
public void setPerformRetention(boolean retention)
@Deprecated public String getRetentionStrategy()
public int getIndexOptimizationMaxNumSegments()
public boolean isDisableIndexOptimization()
public String getPathData()
public String getPathHome()
public com.github.joschi.jadconfig.util.Duration getRequestTimeout()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.