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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则