Class SystemIndexDescriptorUtils

java.lang.Object
org.elasticsearch.indices.SystemIndexDescriptorUtils

public class SystemIndexDescriptorUtils extends Object
  • Constructor Details

    • SystemIndexDescriptorUtils

      public SystemIndexDescriptorUtils()
  • Method Details

    • createUnmanaged

      public static SystemIndexDescriptor createUnmanaged(String indexPattern, String description)
      Creates a descriptor for system indices matching the supplied pattern. These indices will not be managed by Elasticsearch internally.
      Parameters:
      indexPattern - The pattern of index names that this descriptor will be used for. Must start with a '.' character, must not overlap with any other descriptor patterns, and must allow a suffix (see note on SystemIndexDescriptor for details).
      description - The name of the plugin responsible for this system index.