Class ElasticsearchConfiguration

java.lang.Object
org.graylog2.configuration.ElasticsearchConfiguration

public class ElasticsearchConfiguration extends Object
  • Field Details

  • Constructor Details

    • ElasticsearchConfiguration

      public ElasticsearchConfiguration()
  • Method Details

    • getMaxIndexRetentionPeriod

      @Nullable public org.joda.time.Period getMaxIndexRetentionPeriod()
    • isDisableVersionCheck

      public boolean isDisableVersionCheck()
    • getIndexPrefix

      @Deprecated public String getIndexPrefix()
      Deprecated.
    • getMaxNumberOfIndices

      @Deprecated public int getMaxNumberOfIndices()
      Deprecated.
    • getMaxDocsPerIndex

      @Deprecated public int getMaxDocsPerIndex()
      Deprecated.
    • getMaxSizePerIndex

      @Deprecated public long getMaxSizePerIndex()
      Deprecated.
    • getMaxTimePerIndex

      @Deprecated public org.joda.time.Period getMaxTimePerIndex()
      Deprecated.
    • getMaxWriteIndexAge

      public org.joda.time.Period getMaxWriteIndexAge()
    • getShards

      @Deprecated public int getShards()
      Deprecated.
    • getReplicas

      @Deprecated public int getReplicas()
      Deprecated.
    • getAnalyzer

      @Deprecated public String getAnalyzer()
      Deprecated.
    • getTemplateName

      @Deprecated public String getTemplateName()
      Deprecated.
    • getEnabledRotationStrategies

      public List<String> getEnabledRotationStrategies()
    • getRotationStrategy

      @Deprecated public String getRotationStrategy()
      Deprecated.
    • performRetention

      public boolean performRetention()
    • getRetentionStrategy

      @Deprecated public String getRetentionStrategy()
      Deprecated.
    • getIndexOptimizationMaxNumSegments

      @Deprecated public int getIndexOptimizationMaxNumSegments()
      Deprecated.
    • isDisableIndexOptimization

      @Deprecated public boolean isDisableIndexOptimization()
      Deprecated.
    • getIndexOptimizationTimeout

      public com.github.joschi.jadconfig.util.Duration getIndexOptimizationTimeout()
    • getIndexOptimizationJobs

      public int getIndexOptimizationJobs()
    • getDefaultEventsIndexPrefix

      public String getDefaultEventsIndexPrefix()
    • getDefaultSystemEventsIndexPrefix

      public String getDefaultSystemEventsIndexPrefix()