Package org.elasticsearch.indices
Class SystemIndexDescriptorUtils
java.lang.Object
org.elasticsearch.indices.SystemIndexDescriptorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemIndexDescriptorcreateUnmanaged(String indexPattern, String description) Creates a descriptor for system indices matching the supplied pattern.
-
Constructor Details
-
SystemIndexDescriptorUtils
public SystemIndexDescriptorUtils()
-
-
Method Details
-
createUnmanaged
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 onSystemIndexDescriptorfor details).description- The name of the plugin responsible for this system index.
-