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
asked a year ago1138 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions