首页 > 解决方案 > 如何通过其 REST API 更新 AWS elasticsearch 集群设置?

问题描述

我正在使用AWS Elasticsearch,我正在尝试更新其集群设置,但出现错误:

$ curl -XPUT https://vpc-tf-security-search-roxodu3f3fdsfsdfuhu.ap-southeast-2.es.amazonaws.com/_cluster/settings -H 'Content-Type: application/json' -d'
> {"persistent" : { "indices.recovery.max_bytes_per_sec" : "50mb"}}'

{"Message":"Your request: '/_cluster/settings' payload is not allowed."}

我想知道为什么我不能改变它。这是对 AWS Elasticsearch 的限制吗?

标签: amazon-web-serviceselasticsearch

解决方案



推荐阅读