Failure to start warm migration

0

I am attempting to use a policy to transition indices to UltraWarm storage. However, each time the migration to UltraWarm begins, Kibana displays the error, "Failed to start warm migration" for the managed index. The complete error message is below. How can I find more details on the root cause of this issue / a fix for it. Thank you!

{
"cause": "\[753f6f14e4f92c962243aec39d5a7c31]\[10.212.32.199:9300]\[indices:admin/ultrawarm/migration/warm]",
"message": "Failed to start warm migration"
}

Edited by: JaredvH on Jul 21, 2020 3:05 PM

JaredvH
asked 4 years ago492 views
2 Answers
0

Have you tried migrating directly via the Ultrawarm API call? Does that also fail? Hitting the API directly might give you a more detailed error message
Documentation of APIs here - https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/ultrawarm.html#ultrawarm-migrating

AWS
answered 4 years ago
0

Great idea. Using the API directly showed me that the issue was that the index was in a "yellow" status, which was caused by having a combined number of shards + replicas greater than the total number of data nodes.

JaredvH
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions