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
질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인