OpenSearch cluster & off-peak auto-tune operations

0

I have a OpenSearch cluster, with auto-tune enabled & off-peak window defined for automatically applying tunes that may interfere the cluster availability.

Currently, the off-peak operations are set to be performed immediately. I see there's a "Jvm young gen tuning" task that has been "in progress" status for over 30 minutes already. I'd like to be able to see, what the task is actually doing, but cannot seem to find any logs, nor, AWS cli describe commands to be able to trace the progress.

Is there any way for me to get a grasp, what a specific auto-tune operation is currently doing, when it is "in progress" status?

L3p1
質問済み 6ヶ月前144ビュー
1回答
0

Hello,

OpenSearch sends events to Amazon EventBridge when any Auto Tune events occur. This integration allows you to send an email or perform a specific action when an event is received. I attached a link that shows the format of each Auto Tune event below.

In addition, you can also monitor Auto Tune statistics in CloudWatch such as

  • AutoTuneChangesHistoryHeapSize
  • AutoTuneChangesHistoryJVMYoungGenArgs
  • AutoTuneFailed
  • AutoTuneSucceeded
  • AutoTuneValue

Auto-Tune events: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-autotune

Auto-Tune metrics: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-cloudwatchmetrics.html#managedomains-cloudwatchmetrics-autotune-metrics

profile pictureAWS
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 11日前

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

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

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

関連するコンテンツ