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 @@ -418,7 +418,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
418
418
" Successfully rolled over and copied alias from [index=$index ] to [index=$newIndex ]"
419
419
420
420
fun getFailedCopyAliasMessage (index : String , newIndex : String ) =
421
- " Successfully rolled over but failed to copied alias from [index=$index ] to [index=$newIndex ]"
421
+ " Successfully rolled over but failed to copy alias from [index=$index ] to [index=$newIndex ]"
422
422
423
423
fun getCopyAliasNotAckMessage (index : String , newIndex : String ) =
424
424
" Successfully rolled over but copy alias from [index=$index ] to [index=$newIndex ] is not acknowledged"
You can’t perform that action at this time.
0 commit comments