Using AWS OpenSearch - am I able to adjust cluster settings - particularly our watermark

0

Tried and got

curl -H 'Content-Type: application/json' -k -u 'user:pass' -XPUT 'https://localhost:9902/_cluster/settings' -d '
{
  "persistent": {
    "cluster.routing.allocation.disk.watermark.low": "85%",
    "cluster.routing.allocation.disk.watermark.high": "90%",
    "cluster.routing.allocation.disk.watermark.flood_stage": "95%",
    "cluster.info.update.interval": "1m"
  }
}'
➜  prod ./adjust-settings.sh
{"Message":"Your request: '/_cluster/settings' payload is not allowed."}%
profile picture
質問済み 1年前1237ビュー
1回答
0

Yes, those are not configurable in the managed Amazon Opensearch. You can see the supported operations on this page - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-operations.html

AWS
Alex_T
回答済み 1年前

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

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

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

関連するコンテンツ