Class IndexManagementConfig

java.lang.Object
org.graylog2.indexer.management.IndexManagementConfig

@Deprecated public abstract class IndexManagementConfig extends Object
Deprecated.
Legacy cluster config settings class that used when initially establishing in-database/pluggable index set management in Graylog 2.0. This class should no longer be referenced by new code. See IndexSetsDefaultConfiguration for current defaults.
  • Constructor Details

    • IndexManagementConfig

      public IndexManagementConfig()
      Deprecated.
  • Method Details

    • rotationStrategy

      public abstract String rotationStrategy()
      Deprecated.
    • retentionStrategy

      public abstract String retentionStrategy()
      Deprecated.
    • create

      public static IndexManagementConfig create(String rotationStrategy, String retentionStrategy)
      Deprecated.