public class ElasticsearchConfiguration extends Object
Constructor and Description |
---|
ElasticsearchConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAnalyzer()
Deprecated.
|
int |
getIndexOptimizationJobs() |
int |
getIndexOptimizationMaxNumSegments()
Deprecated.
|
com.github.joschi.jadconfig.util.Duration |
getIndexOptimizationTimeout() |
String |
getIndexPrefix()
Deprecated.
|
int |
getMaxDocsPerIndex()
Deprecated.
|
int |
getMaxNumberOfIndices()
Deprecated.
|
long |
getMaxSizePerIndex()
Deprecated.
|
org.joda.time.Period |
getMaxTimePerIndex()
Deprecated.
|
int |
getReplicas()
Deprecated.
|
com.github.joschi.jadconfig.util.Duration |
getRequestTimeout() |
String |
getRetentionStrategy()
Deprecated.
|
String |
getRotationStrategy()
Deprecated.
|
int |
getShards()
Deprecated.
|
String |
getTemplateName()
Deprecated.
|
boolean |
isDisableIndexOptimization()
Deprecated.
|
boolean |
isDisableVersionCheck() |
boolean |
performRetention() |
public boolean isDisableVersionCheck()
@Deprecated public String getIndexPrefix()
@Deprecated public int getMaxNumberOfIndices()
@Deprecated public int getMaxDocsPerIndex()
@Deprecated public long getMaxSizePerIndex()
@Deprecated public org.joda.time.Period getMaxTimePerIndex()
@Deprecated public int getShards()
@Deprecated public int getReplicas()
@Deprecated public String getAnalyzer()
@Deprecated public String getTemplateName()
@Deprecated public String getRotationStrategy()
public boolean performRetention()
@Deprecated public String getRetentionStrategy()
@Deprecated public int getIndexOptimizationMaxNumSegments()
@Deprecated public boolean isDisableIndexOptimization()
public com.github.joschi.jadconfig.util.Duration getRequestTimeout()
public com.github.joschi.jadconfig.util.Duration getIndexOptimizationTimeout()
public int getIndexOptimizationJobs()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.