- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 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/
我使用scroll来获取elasticsearch中的数据(版本:7.0.0)。然而,当我使用它时,抛出了异常。 请求: GET /index-name/_search?scroll=1m {
我正在使用 aws Elasticsearch(版本:7.1),我想将 search.max_open_scroll_context 配置得更大。我的es没有任何授权,另一个像/_cluster/st
我是一名优秀的程序员,十分优秀!