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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南