#!/bin/bash
# 自动配置脚本
curl -X PUT "localhost:9200/_cluster/settings" -H 'Content-Type: application/json' -d'
{
"persistent": {
"search.max_buckets": 10000
}
}'elasticsearch.xml或是opensearch.xml中添加
indices.query.bool.max_clause_count: 1024
请登录已经激活账号继续浏此文章所有内容!




