Module org.elasticsearch.security
Class SecurityMigrations
java.lang.Object
org.elasticsearch.xpack.security.support.SecurityMigrations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interfaceInterface for creating SecurityMigrations that will be automatically applied once to existing .security indices IMPORTANT: A new index version needs to be added toIndexVersionsfor the migration to be triggered -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Integerstatic final TreeMap<Integer, SecurityMigrations.SecurityMigration> static final Integer -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROLE_METADATA_FLATTENED_MIGRATION_VERSION
-
CLEANUP_ROLE_MAPPING_DUPLICATES_MIGRATION_VERSION
-
MIGRATIONS_BY_VERSION
-
-
Constructor Details
-
SecurityMigrations
public SecurityMigrations()
-