elasticsearch update方法报错: Too many dynamic script compilations within, max: [75/5m]

 PUT _cluster/settings
    {
        "transient" : {
            "script.max_compilations_rate" : "100/1m"
        }
    }

posted @ 2019-11-27 19:04  RoyFans  阅读(1986)  评论(0)    收藏  举报