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
質問済み 4年前508ビュー
2回答
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
回答済み 4年前
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
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ