Class GenerateUniqueIndexNameStep


public class GenerateUniqueIndexNameStep extends ClusterStateActionStep
Generates a unique index name prefixing the original index name with the configured prefix, concatenated with a random UUID. The generated index name will be stored in the lifecycle execution state in the field designated by the configured setter method lifecycleStateSetter

The generated name will be in the format {prefix-randomUUID-indexName}