File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/rollover Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
388388 fun getSuccessCopyAliasMessage (index : String , newIndex : String ) =
389389 " Successfully rolled over and copied alias from [index=$index ] to [index=$newIndex ]"
390390 fun getFailedCopyAliasMessage (index : String , newIndex : String ) =
391- " Successfully rolled over but failed to copied alias from [index=$index ] to [index=$newIndex ]"
391+ " Successfully rolled over but failed to copy alias from [index=$index ] to [index=$newIndex ]"
392392 fun getCopyAliasNotAckMessage (index : String , newIndex : String ) =
393393 " Successfully rolled over but copy alias from [index=$index ] to [index=$newIndex ] is not acknowledged"
394394 fun getCopyAliasIndexNotFoundMessage (newIndex : String? ) =
You can’t perform that action at this time.
0 commit comments