gpt4 book ai didi

amazon-web-services - 如何在 AWS Elasticsearch 上配置 "search.max_open_scroll_context"

转载 作者:行者123 更新时间:2023-12-02 22:15:04 32 4
gpt4 key购买 nike

我正在使用 aws Elasticsearch(版本:7.1),我想将 search.max_open_scroll_context 配置得更大。我的es没有任何授权,另一个像/_cluster/state这样的请求是可以的。但是当我这样做时,我得到了这个:

curl -X PUT xx.xx.com/_cluster/settings -H 'Content-Type: application/json' -d'{
"persistent" : {
"search.max_open_scroll_context": 5000
},
"transient": {
"search.max_open_scroll_context": 5000
}
}
'
{"Message":"Your request: '/_cluster/settings' payload is not allowed."}

我看到他们的文档说他们的 es 7.1 只支持这些:https://docs.aws.amazon.com/zh_cn/elasticsearch-service/latest/developerguide/aes-supported-es-operations.html

/_cluster/settings for several properties4:

action.auto_create_index

action.search.shard_count.limit

indices.breaker.fielddata.limit

indices.breaker.request.limit

indices.breaker.total.limit

cluster.max_shards_per_node

cluster.blocks.read_only

但我没有找到 search.max_open_scroll_context,如何在 AWS Elasticsearch 上配置“search.max_open_scroll_context”。

最佳答案

您需要为此联系 AWS 支持团队。只需让他们知道您正在寻找的“search.max_open_scroll_context”的值,他们就会从后端更新它。

关于amazon-web-services - 如何在 AWS Elasticsearch 上配置 "search.max_open_scroll_context",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59045061/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com